We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b952906 commit fa085edCopy full SHA for fa085ed
Gruntfile.js
@@ -34,4 +34,6 @@ module.exports = function(grunt){
34
grunt.loadNpmTasks('grunt-contrib-jshint');
35
grunt.loadNpmTasks('grunt-contrib-concat');
36
37
+ grunt.registerTask("default", ["concat", "uglify"])
38
+
39
};
0 commit comments