2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-20 20:00:36 +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: { core: {
files: { files: {
'dist/css/<%= pkg.name %>.css': 'scss/<%= pkg.name %>.scss' 'dist/css/<%= pkg.name %>.css': 'scss/_<%= pkg.name %>.scss'
} }
}, },
docs: { docs: {
+1 -1
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: {