diff options
Diffstat (limited to 'lib/handlebars/source.rb')
-rw-r--r-- | lib/handlebars/source.rb | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/lib/handlebars/source.rb b/lib/handlebars/source.rb deleted file mode 100644 index f576885..0000000 --- a/lib/handlebars/source.rb +++ /dev/null @@ -1,11 +0,0 @@ -module Handlebars - module Source - def self.bundled_path - File.expand_path("../../../dist/handlebars.js", __FILE__) - end - - def self.runtime_bundled_path - File.expand_path("../../../dist/handlebars.runtime.js", __FILE__) - end - end -end |