2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00

Temporarily revert "Rename scss/bootstrap.scss -> scss/_bootstrap.scss"

This reverts commit 2916ac43ed.
This reverts commit 3d635f3079.
This reverts commit 61a2120557.

This change broke the Grunt build.
This commit is contained in:
Chris Rebert
2015-01-18 14:53:06 -08:00
parent 61a2120557
commit 1e5ce1e1a9
5 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -14,7 +14,7 @@
],
"homepage": "http://getbootstrap.com",
"main": [
"scss/_bootstrap.scss",
"scss/bootstrap.scss",
"dist/css/bootstrap.css",
"dist/js/bootstrap.js"
],
+1 -1
View File
@@ -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: {
+1 -1
View File
@@ -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: {
+1 -1
View File
@@ -17,7 +17,7 @@
"test": "grunt test"
},
"style": "dist/css/bootstrap.css",
"sass": "scss/_bootstrap.scss",
"sass": "scss/bootstrap.scss",
"main": "./dist/js/npm",
"repository": {
"type": "git",
View File