We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad7bced commit c21ec72Copy full SHA for c21ec72
1 file changed
ConsoleApplication2/js/gruntfile.js
@@ -34,7 +34,7 @@ module.exports = function(grunt) {
34
35
grunt.loadNpmTasks('grunt-browserify');
36
37
- // grunt.registerTask('default', ['browserify:dist']);
+ grunt.registerTask('default', ['browserify:dist']);
38
39
- grunt.registerTask('default', []);
+ // grunt.registerTask('default', []);
40
};
0 commit comments