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-25 17:52:58 +0300
committerJan Stevens <jan@playpass.be>2015-08-25 17:52:58 +0300
commitd4c7c325eca7e60bc2dc2b300d75319f052086fe (patch)
tree713d935afdf6af6d184a6990b47a65363aa7b1d9 /templates/project/manifest.rb
parenta3f606b2c2daeceef765c2843364f1a04a1b43ae (diff)
Updated to latest v4-dev build and fixed some leftover stuff
Diffstat (limited to 'templates/project/manifest.rb')
-rw-r--r--templates/project/manifest.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/project/manifest.rb b/templates/project/manifest.rb
index 9f4468f..43f6e62 100644
--- a/templates/project/manifest.rb
+++ b/templates/project/manifest.rb
@@ -6,7 +6,7 @@ stylesheet 'styles.sass'
# Bootstrap variable overrides file
stylesheet '_bootstrap-variables.sass', :to => '_bootstrap-variables.sass'
-# Copy JS and fonts
+# Copy JS
manifest = Pathname.new(File.dirname(__FILE__))
assets = File.expand_path('../../assets', manifest)
{:javascript => 'javascripts'}.each do |method, dir|