mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-29 21:52:22 +01:00
Temporarily revert "Rename scss/bootstrap.scss -> scss/_bootstrap.scss"
This reverts commit 2916ac43ed57baacc49d2cc7550b8d1dfe87b261. This reverts commit 3d635f30795deb11ee7feaea5595b78c70221389. This reverts commit 61a21205575aa03b4fbbacee2052d20bf75941d4. This change broke the Grunt build.
This commit is contained in:
parent
61a2120557
commit
1e5ce1e1a9
@ -14,7 +14,7 @@
|
|||||||
],
|
],
|
||||||
"homepage": "http://getbootstrap.com",
|
"homepage": "http://getbootstrap.com",
|
||||||
"main": [
|
"main": [
|
||||||
"scss/_bootstrap.scss",
|
"scss/bootstrap.scss",
|
||||||
"dist/css/bootstrap.css",
|
"dist/css/bootstrap.css",
|
||||||
"dist/js/bootstrap.js"
|
"dist/js/bootstrap.js"
|
||||||
],
|
],
|
||||||
|
@ -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: {
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
"test": "grunt test"
|
"test": "grunt test"
|
||||||
},
|
},
|
||||||
"style": "dist/css/bootstrap.css",
|
"style": "dist/css/bootstrap.css",
|
||||||
"sass": "scss/_bootstrap.scss",
|
"sass": "scss/bootstrap.scss",
|
||||||
"main": "./dist/js/npm",
|
"main": "./dist/js/npm",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user