2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-24 14:04:09 +03:00

Update grunt/bs-sass-compile/ to point to _bootstrap.scss

This commit is contained in:
Gleb Mazovetskiy
2015-01-15 21:28:14 +00:00
parent 2916ac43ed
commit 3d635f3079
2 changed files with 2 additions and 2 deletions
+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: {