Skip to content

Commit c21ec72

Browse files
author
Sparkel Phipps
committed
mend
1 parent ad7bced commit c21ec72

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ConsoleApplication2/js/gruntfile.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ module.exports = function(grunt) {
3434

3535
grunt.loadNpmTasks('grunt-browserify');
3636

37-
// grunt.registerTask('default', ['browserify:dist']);
37+
grunt.registerTask('default', ['browserify:dist']);
3838

39-
grunt.registerTask('default', []);
39+
// grunt.registerTask('default', []);
4040
};

0 commit comments

Comments
 (0)