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

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

parent 2916ac43
......@@ -12,7 +12,7 @@ module.exports = function configureLibsass(grunt) {
},
core: {
files: {
'dist/css/<%= pkg.name %>.css': 'scss/<%= pkg.name %>.scss'
'dist/css/<%= pkg.name %>.css': 'scss/_<%= pkg.name %>.scss'
}
},
docs: {
......
......@@ -15,7 +15,7 @@ module.exports = function configureRubySass(grunt) {
core: {
options: options,
files: {
'dist/css/<%= pkg.name %>.css': 'scss/<%= pkg.name %>.scss'
'dist/css/<%= pkg.name %>.css': 'scss/_<%= pkg.name %>.scss'
}
},
docs: {
......
Markdown is supported
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