-
-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add sync function #181
Add sync function #181
Conversation
✅ Deploy Preview for abridge ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Great Idea! I am going to check this out and test it a bit once I get home from work! |
I have added a few more regexes, so the I was wondering if you wanted an option the |
Let me know when this is ready to go :) |
I am happy with it. It depends if you want to sync any extra files or add any other sync checks. I am very busy at the moment, so I can't make any edits. One thing is that if you don't run |
I found when I was updating abridge, that my files would go out of date... leading to a few issues. So, I made a quick function to update all these out of date files.
I am more than happy if this too complex or not what you wanted, and you don't want to merge it.
This function currently does:
package.json
, to make sure you have the latest packages and scriptsstatic/js
,config.toml
schema is out of date, it is a little bit finicky - especially around comments, so it is not 100% perfectconfig.toml
checking, using regexes. These two files would be evaluated to be the same:and
However, it would fall apart if you were to comment out one of the already existing lines.