-
Notifications
You must be signed in to change notification settings - Fork 248
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
issue-1233: added grunt diff #1235
Conversation
👍 |
Nice one! Would be good to have a Version of this that watches for json and js/less. If it listens to json changes, you get a really fast compilation time when adding content to the course. |
+1 @lc-thomasberger yea, should be pretty easy - following the same pattern. |
@lc-thomasberger it takes almost as much time to check if the json is newer as it does to rebuild it and the extra config needed is quite big. can we leave the json out for the moment? |
@oliverfoster it would be the good enhancement for newer file checking and last modified source files, when will this changes are pushed into the framework. |
@sarveshwar-gavhane i need to get the 3 +1s on it |
@oliverfoster can we close #1445 with this PR or in a separate one ? |
a separate one would be good 👍 |
This task is a dev rebuild, checking if files are newer and recompiling if necessary.
It doesn't do a watch or a clean.
Only performs a check on LESS, Handlebars and JavaScript