diff options
| author | Gleb Mazovetskiy <[email protected]> | 2015-01-15 21:28:14 +0000 |
|---|---|---|
| committer | Gleb Mazovetskiy <[email protected]> | 2015-01-15 21:28:14 +0000 |
| commit | 3d635f30795deb11ee7feaea5595b78c70221389 (patch) | |
| tree | 2ca1e4a944d4587f8f2897fa00c5d760490dbe05 | |
| parent | 2916ac43ed57baacc49d2cc7550b8d1dfe87b261 (diff) | |
| download | bootstrap-3d635f30795deb11ee7feaea5595b78c70221389.tar.xz bootstrap-3d635f30795deb11ee7feaea5595b78c70221389.zip | |
Update grunt/bs-sass-compile/ to point to _bootstrap.scss
| -rw-r--r-- | grunt/bs-sass-compile/libsass.js | 2 | ||||
| -rw-r--r-- | grunt/bs-sass-compile/sass.js | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/grunt/bs-sass-compile/libsass.js b/grunt/bs-sass-compile/libsass.js index e3d13a989..c69853603 100644 --- a/grunt/bs-sass-compile/libsass.js +++ b/grunt/bs-sass-compile/libsass.js @@ -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: { diff --git a/grunt/bs-sass-compile/sass.js b/grunt/bs-sass-compile/sass.js index d7743515d..ba6e6147a 100644 --- a/grunt/bs-sass-compile/sass.js +++ b/grunt/bs-sass-compile/sass.js @@ -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: { |
