mirror of
https://github.com/twbs/bootstrap.git
synced 2025-03-15 15:29:22 +01:00
Update grunt/bs-sass-compile/ to point to _bootstrap.scss
This commit is contained in:
parent
2916ac43ed
commit
3d635f3079
@ -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) {
|
|||||||
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: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user