Skip to content

Commit

Permalink
Merge pull request #396 from twbs/grunt-patch
Browse files Browse the repository at this point in the history
Adjusting advanced optimizations in grunt file
  • Loading branch information
XhmikosR committed Mar 3, 2014
2 parents d89f830 + bafe784 commit 07a7008
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,16 +83,14 @@ module.exports = function(grunt) {
options: {
banner: '', // set to empty; see bellow
keepSpecialComments: '*', // set to '*' because we already add the banner in sass
noAdvanced: true, // disable advanced optimizations since it causes many issues
report: 'min'
},
ratchet: {
src: '<%= meta.distPath %><%= pkg.name %>.css',
dest: '<%= meta.distPath %><%= pkg.name %>.min.css'
},
docs: {
options: {
noAdvanced: true // disable advanced optimizations since it causes code highlighting not to work
},
src: [
'<%= meta.docsAssetsPath %>css/docs.css',
'<%= meta.docsAssetsPath %>css/pygments-manni.css'
Expand Down
Loading

0 comments on commit 07a7008

Please sign in to comment.