lib/guard/rails-assets/templates/Guardfile in guard-rails-assets-0.0.1 vs lib/guard/rails-assets/templates/Guardfile in guard-rails-assets-0.0.2
- old
+ new
@@ -1,6 +1,6 @@
-# Make sure this guard is ABOVE any guards using assets such as jasmine-headless-webkit
+# Make sure this guard is ABOVE any other guards using assets such as jasmine-headless-webkit
# It is recommended to make explicit list of assets in `config/application.rb`
# config.assets.precompile = ['application.js', 'application.css', 'all-ie.css']
guard 'rails-assets' do
watch(%r{^app/assets/.+$})
watch('config/application.rb')