lib/emberprecompile.rb in emberprecompile-0.1.3 vs lib/emberprecompile.rb in emberprecompile-0.1.4

- old
+ new

@@ -1,7 +1,10 @@ require "emberprecompile/version" require "emberprecompile/compiler" require "emberprecompile/watcher" +require "emberprecompile/config" module Emberprecompile # Your code goes here... + CONFIG_FILE_PATH = "" + SETTINGS = Emberprecompile::Config.setting end