Shadowfiend / sbt-resource-management

Provides tasks to compile coffee script and compass/SASS files, plus tasks to bundle and upload to S3.
http://hacklanta.com/
MIT License
21 stars 7 forks source link

JavaScript files are not watched for changes (for auto compilation) #10

Closed mattfeury closed 12 years ago

mattfeury commented 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.

Actual Result Only changing CS files triggers a recompilation. Saving JS files does nothing. :'(

farmdawgnation commented 12 years ago

This should have been fixed in the solution to #4, shouldn't it?

Shadowfiend commented 12 years ago

Believe so, yes.