0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-03-15 15:29:22 +01: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

View File

@ -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: {

View File

@ -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: {