lib/tay/cli/templates/Gemfile in tay-0.0.5 vs lib/tay/cli/templates/Gemfile in tay-0.1.0

- old
+ new

@@ -4,10 +4,10 @@ # You can make extensions with no extra gems, but tay works best when # coupled with other langauges and tools. Uncomment them gems below # then run "bundle install" -# Allows you to run "tay watch" to automatically recompile on change +# Allows you to run "tay watch" to set up automatic recompilation on change # gem 'guard-tay' <%= options['use-haml'] ? '' : '# ' %>gem 'haml' # gem 'sass' <%= options['use-coffeescript'] ? '' : '# ' %>gem 'coffee-script' \ No newline at end of file