Skip to content

Commit

Permalink
fix grunt file
Browse files Browse the repository at this point in the history
prepare for gh-pages
  • Loading branch information
donhenton committed Mar 20, 2018
1 parent b4580d8 commit 3887c75
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,6 @@ module.exports = function (grunt) {
grunt.loadNpmTasks('grunt-contrib-concat');
grunt.loadNpmTasks('grunt-contrib-uglify');
grunt.loadNpmTasks('grunt-contrib-cssmin');
grunt.loadNpmTasks('grunt-mountebank');
grunt.loadNpmTasks('grunt-karma');
grunt.registerTask('run-all-tests', ['clean', 'karma:unit_tests']);
grunt.registerTask('build', ['clean', 'copy', 'concat', 'uglify', 'cssmin'])
Expand Down

0 comments on commit 3887c75

Please sign in to comment.