Skip to content

Commit

Permalink
update grunt build
Browse files Browse the repository at this point in the history
  • Loading branch information
jrobinso committed Aug 3, 2018
1 parent dbfb3e8 commit 8342315
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ module.exports = function (grunt) {
grunt.loadNpmTasks('grunt-contrib-uglify-es');

grunt.loadNpmTasks('grunt-contrib-cssmin');
grunt.loadNpmTasks('grunt-contrib-qunit');
grunt.loadNpmTasks('grunt-contrib-connect');
grunt.loadNpmTasks('grunt-contrib-copy');

Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"grunt-contrib-connect": "^0.9.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^0.10.0",
"grunt-contrib-sass": "^1.0.0",
"grunt-md2html": "^0.2.1"
"grunt-contrib-sass": "^1.0.0"
}
}

0 comments on commit 8342315

Please sign in to comment.