mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-16 10:34:07 +02:00
Update grunt/bs-sass-compile/ to point to _bootstrap.scss
This commit is contained in:
@@ -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: {
|
||||||
|
Reference in New Issue
Block a user