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
path: root/lib
diff options
context:
space:
mode:
authorJan Stevens <jan@playpass.be>2015-08-19 22:34:01 +0300
committerJan Stevens <jan@playpass.be>2015-08-19 22:34:01 +0300
commit2bab961e660b59462fa05868facb1e7cf298ffe9 (patch)
tree3a1e57a57f7ca742b22929e378ed92c0b41515dc /lib
parente9f9726adbb61dab22f513519369e42c79c52f10 (diff)
removed font path since bootstrap 4 has no fonts
Diffstat (limited to 'lib')
-rw-r--r--lib/bootstrap-sass.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/bootstrap-sass.rb b/lib/bootstrap-sass.rb
index 4d3faa8..4a7163e 100644
--- a/lib/bootstrap-sass.rb
+++ b/lib/bootstrap-sass.rb
@@ -23,10 +23,6 @@ module Bootstrap
File.join assets_path, 'stylesheets'
end
- def fonts_path
- File.join assets_path, 'fonts'
- end
-
def javascripts_path
File.join assets_path, 'javascripts'
end
@@ -75,7 +71,6 @@ module Bootstrap
def register_sprockets
Sprockets.append_path(stylesheets_path)
- Sprockets.append_path(fonts_path)
Sprockets.append_path(javascripts_path)
end
end