Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
dea1945b
Commit
dea1945b
authored
11 years ago
by
XhmikosR
Browse files
Options
Download
Email Patches
Plain Diff
Gruntfile.js: Remove default `report` option.
parent
e9982cad
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Gruntfile.js
+3
-8
Gruntfile.js
with
3 additions
and
8 deletions
+3
-8
Gruntfile.js
+
3
-
8
View file @
dea1945b
...
@@ -107,9 +107,6 @@ module.exports = function (grunt) {
...
@@ -107,9 +107,6 @@ module.exports = function (grunt) {
},
},
uglify
:
{
uglify
:
{
options
:
{
report
:
'
min
'
},
bootstrap
:
{
bootstrap
:
{
options
:
{
options
:
{
banner
:
'
<%= banner %>
'
banner
:
'
<%= banner %>
'
...
@@ -178,8 +175,7 @@ module.exports = function (grunt) {
...
@@ -178,8 +175,7 @@ module.exports = function (grunt) {
},
},
minify
:
{
minify
:
{
options
:
{
options
:
{
cleancss
:
true
,
cleancss
:
true
report
:
'
min
'
},
},
files
:
{
files
:
{
'
dist/css/<%= pkg.name %>.min.css
'
:
'
dist/css/<%= pkg.name %>.css
'
,
'
dist/css/<%= pkg.name %>.min.css
'
:
'
dist/css/<%= pkg.name %>.css
'
,
...
@@ -246,10 +242,9 @@ module.exports = function (grunt) {
...
@@ -246,10 +242,9 @@ module.exports = function (grunt) {
cssmin
:
{
cssmin
:
{
options
:
{
options
:
{
compatibility
:
'
ie8
'
,
keepSpecialComments
:
'
*
'
,
keepSpecialComments
:
'
*
'
,
noAdvanced
:
true
,
// turn advanced optimizations off until the issue is fixed in clean-css
noAdvanced
:
true
// turn advanced optimizations off until the issue is fixed in clean-css
report
:
'
min
'
,
compatibility
:
'
ie8
'
},
},
docs
:
{
docs
:
{
src
:
[
src
:
[
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment