Changes for v22.0.0.OS
This commit is contained in:
11
web/bower_components/handlebars/lib/handlebars/source.rb
vendored
Normal file
11
web/bower_components/handlebars/lib/handlebars/source.rb
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
module Handlebars
|
||||
module Source
|
||||
def self.bundled_path
|
||||
File.expand_path("../../../handlebars.js", __FILE__)
|
||||
end
|
||||
|
||||
def self.runtime_bundled_path
|
||||
File.expand_path("../../../handlebars.runtime.js", __FILE__)
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user