Commit 3d635f30 authored by Gleb Mazovetskiy's avatar Gleb Mazovetskiy
Browse files

Update grunt/bs-sass-compile/ to point to _bootstrap.scss

parent 2916ac43
Showing with 2 additions and 2 deletions
+2 -2
...@@ -12,7 +12,7 @@ module.exports = function configureLibsass(grunt) { ...@@ -12,7 +12,7 @@ module.exports = function configureLibsass(grunt) {
}, },
core: { core: {
files: { files: {
'dist/css/<%= pkg.name %>.css': 'scss/<%= pkg.name %>.scss' 'dist/css/<%= pkg.name %>.css': 'scss/_<%= pkg.name %>.scss'
} }
}, },
docs: { docs: {
......
...@@ -15,7 +15,7 @@ module.exports = function configureRubySass(grunt) { ...@@ -15,7 +15,7 @@ module.exports = function configureRubySass(grunt) {
core: { core: {
options: options, options: options,
files: { files: {
'dist/css/<%= pkg.name %>.css': 'scss/<%= pkg.name %>.scss' 'dist/css/<%= pkg.name %>.css': 'scss/_<%= pkg.name %>.scss'
} }
}, },
docs: { docs: {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment