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/assets
diff options
context:
space:
mode:
authorGleb Mazovetskiy <glex.spb@gmail.com>2015-07-01 22:45:14 +0300
committerGleb Mazovetskiy <glex.spb@gmail.com>2015-07-01 22:45:14 +0300
commit7097cf5572e8f61b634c34e0dad86961b111b3b6 (patch)
tree6981ee633f78c9d4ee3660563a07e64a758dbe82 /assets
parent47819e892fc0f2fa9c7269fdf297aa5e81a361c6 (diff)
Update node.js devDeps, tests, new mincer compat
Diffstat (limited to 'assets')
-rw-r--r--assets/stylesheets/_bootstrap-mincer.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/assets/stylesheets/_bootstrap-mincer.scss b/assets/stylesheets/_bootstrap-mincer.scss
index 7ec4657..0c4655e 100644
--- a/assets/stylesheets/_bootstrap-mincer.scss
+++ b/assets/stylesheets/_bootstrap-mincer.scss
@@ -9,11 +9,11 @@
// from "path/to/font.ext#suffix" to "<%- asset_path(path/to/font.ext)) + #suffix %>"
// from "path/to/font.ext?#suffix" to "<%- asset_path(path/to/font.ext)) + ?#suffix %>"
// or from "path/to/font.ext" just "<%- asset_path(path/to/font.ext)) %>"
- @return "<%- asset_path('#{$path}'.replace(/[#?].*$/, '')) + '#{$path}'.replace(/(^[^#?]*)([#?]?.*$)/, '$2') %>";
+ @return "<%- asset_path("#{$path}".replace(/[#?].*$/, '')) + "#{$path}".replace(/(^[^#?]*)([#?]?.*$)/, '$2') %>";
}
@function twbs-image-path($file) {
- @return "<%- asset_path('#{$file}') %>";
+ @return "<%- asset_path("#{$file}") %>";
}
$bootstrap-sass-asset-helper: true;