Closed mattfeury closed 12 years ago
Expected Result: Running ~ resources:copy-scripts should watch for changes to any JS or CS files, compile them, and copy them to the target directory.
~ resources:copy-scripts
Actual Result Only changing CS files triggers a recompilation. Saving JS files does nothing. :'(
This should have been fixed in the solution to #4, shouldn't it?
Believe so, yes.
Expected Result: Running
~ resources:copy-scripts
should watch for changes to any JS or CS files, compile them, and copy them to the target directory.Actual Result Only changing CS files triggers a recompilation. Saving JS files does nothing. :'(