mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-08 17:22:31 +03:00
Temporarily revert "Rename scss/bootstrap.scss -> scss/_bootstrap.scss"
This reverts commit2916ac43ed. This reverts commit3d635f3079. This reverts commit61a2120557. This change broke the Grunt build.
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user