Add bower_components as it contains the resources used by github pages.
This commit is contained in:
11
bower_components/handlebars/lib/handlebars/source.rb
vendored
Normal file
11
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