0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-30 22:52:24 +01:00

Disable source comments

Require latest grunt-sass, bumped dep
This commit is contained in:
Gleb Mazovetskiy 2014-12-05 10:53:14 +00:00
parent a4e991c1a6
commit 7fe70cb083
2 changed files with 2 additions and 1 deletions

View File

@ -152,6 +152,7 @@ module.exports = function (grunt) {
options: {
includePaths: ['scss'],
precision: 6,
sourceComments: false,
sourceMap: true
},
core: {

View File

@ -52,7 +52,7 @@
"grunt-html-validation": "~0.1.18",
"grunt-jekyll": "~0.4.2",
"grunt-jscs": "~1.0.0",
"grunt-sass": "~0.16.0",
"grunt-sass": "~0.17.0",
"grunt-saucelabs": "~8.3.3",
"grunt-sed": "~0.1.1",
"load-grunt-tasks": "~1.0.0",