lib/staticise.rb in staticise-0.6.0 vs lib/staticise.rb in staticise-0.6.1

- old
+ new

@@ -7,6 +7,7 @@ APP_ROOT = "." #File.expand_path(File.dirname(__FILE__) + "../../") LIB_ROOT = File.expand_path(File.dirname(__FILE__) + "../../") require 'staticise/renderer' require 'staticise/watcher' +require 'staticise/cli'