Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap-rubygem.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Stevens <jan@playpass.be>2015-08-19 22:35:58 +0300
committerJan Stevens <jan@playpass.be>2015-08-19 22:35:58 +0300
commit4e41a47ea5f6ba70248eacab3967838f3fead06e (patch)
treec2228f0f2a12e7bb39b06f3037b52058db0457bf /templates/project/manifest.rb
parent1f3b67a1018d144485ec323d6efd0adea45f1a49 (diff)
Updated the templates
Diffstat (limited to 'templates/project/manifest.rb')
-rw-r--r--templates/project/manifest.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/templates/project/manifest.rb b/templates/project/manifest.rb
index 93b4fac..9f4468f 100644
--- a/templates/project/manifest.rb
+++ b/templates/project/manifest.rb
@@ -9,9 +9,7 @@ stylesheet '_bootstrap-variables.sass', :to => '_bootstrap-variables.sass'
# Copy JS and fonts
manifest = Pathname.new(File.dirname(__FILE__))
assets = File.expand_path('../../assets', manifest)
-{:javascript => 'javascripts',
- :font => 'fonts'
-}.each do |method, dir|
+{:javascript => 'javascripts'}.each do |method, dir|
root = Pathname.new(assets).join(dir)
Dir.glob root.join('**', '*.*') do |path|
path = Pathname.new(path)