Skip to content

Commit

Permalink
Fix Sitefinity#267: Upgrade grunt-sass to one that builds on newer ve…
Browse files Browse the repository at this point in the history
…rsions of NPM; also fix uglify option to allow building without error.
  • Loading branch information
vesrah committed May 5, 2017
1 parent 8f62ea2 commit 8fa3b72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion community-packages/Foundation/gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ module.exports = function (grunt) {
dist: {
options: {
mangle: true,
compress: true
compress: {}
},
files: ['<%= jsFiles %>']
}
Expand Down
2 changes: 1 addition & 1 deletion community-packages/Foundation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"grunt-contrib-uglify": "^0.7.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-newer": "^1.0.0",
"grunt-sass": "^0.17.0",
"grunt-sass": "^1.1.0",
"grunt-spritesmith": "^3.5.0",
"grunt-uncss": "^0.3.6",
"load-grunt-tasks": "^2.0.0",
Expand Down

0 comments on commit 8fa3b72

Please sign in to comment.