diff options
| author | okfprojz <jules+okfprojz@okfoc.us> | 2016-11-15 18:28:47 -0500 |
|---|---|---|
| committer | okfprojz <jules+okfprojz@okfoc.us> | 2016-11-15 18:28:47 -0500 |
| commit | ae2bd0a59dac4e4968a2a27e5ef9306fe9b0a2a1 (patch) | |
| tree | 75d4af16354b7153b385666512fd6c8d81dd2800 /Gruntfile.js | |
| parent | f9ad42b46137aeddaac751712ef3a2f6ad56dd69 (diff) | |
ok
Diffstat (limited to 'Gruntfile.js')
| -rw-r--r-- | Gruntfile.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js index 47f6727..21df8ee 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -86,5 +86,5 @@ module.exports = function(grunt) { // grunt.loadNpmTasks('grunt-contrib-copy'); // Default task(s). - grunt.registerTask('default', ['concat_sourcemap', 'concat', 'uglify', 'clean']); + grunt.registerTask('default', ['concat_sourcemap', 'uglify']); }; |
