Move component definitions into sub directory

This commit is contained in:
kpdecker
2013-11-03 15:49:05 -06:00
parent ded0a1617f
commit c70e897f1c
8 changed files with 64 additions and 21 deletions
-11
View File
@@ -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