mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-07 04:54:24 +01:00
Disable source comments
Require latest grunt-sass, bumped dep
This commit is contained in:
parent
a4e991c1a6
commit
7fe70cb083
@ -152,6 +152,7 @@ module.exports = function (grunt) {
|
|||||||
options: {
|
options: {
|
||||||
includePaths: ['scss'],
|
includePaths: ['scss'],
|
||||||
precision: 6,
|
precision: 6,
|
||||||
|
sourceComments: false,
|
||||||
sourceMap: true
|
sourceMap: true
|
||||||
},
|
},
|
||||||
core: {
|
core: {
|
||||||
|
@ -52,7 +52,7 @@
|
|||||||
"grunt-html-validation": "~0.1.18",
|
"grunt-html-validation": "~0.1.18",
|
||||||
"grunt-jekyll": "~0.4.2",
|
"grunt-jekyll": "~0.4.2",
|
||||||
"grunt-jscs": "~1.0.0",
|
"grunt-jscs": "~1.0.0",
|
||||||
"grunt-sass": "~0.16.0",
|
"grunt-sass": "~0.17.0",
|
||||||
"grunt-saucelabs": "~8.3.3",
|
"grunt-saucelabs": "~8.3.3",
|
||||||
"grunt-sed": "~0.1.1",
|
"grunt-sed": "~0.1.1",
|
||||||
"load-grunt-tasks": "~1.0.0",
|
"load-grunt-tasks": "~1.0.0",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user