Skip to content

Commit

Permalink
CSSmin dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
coenjacobs committed Jan 30, 2014
1 parent 023fa75 commit 73de0f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ module.exports = function(grunt){

// Load NPM tasks to be used here
grunt.loadNpmTasks("grunt-contrib-less");
grunt.loadNpmTasks("grunt-contrib-cssmin");

// Register tasks
grunt.registerTask( 'default', []);
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"devDependencies": {
"grunt": "~0.4.2",
"grunt-contrib-uglify": "~0.2.2",
"grunt-contrib-less": "~0.9.0"
"grunt-contrib-less": "~0.9.0",
"grunt-contrib-cssmin": "~0.7.0"
}
}

0 comments on commit 73de0f4

Please sign in to comment.