bin/emberprecompile in emberprecompile-0.1.3 vs bin/emberprecompile in emberprecompile-0.1.4

- old
+ new

@@ -11,6 +11,9 @@ case command when "WATCH" puts Emberprecompile::Watcher.watch when "COMPILE" puts Emberprecompile::Compiler.compile + when "SETUP" + AppSettings = Emberprecompile::Config.setting + print "Pre Compilation project is setup. \n\nLook into config.rb file for setting up paths to handlebar files" end \ No newline at end of file