Skip to content

Commit fa085ed

Browse files
committed
Fix the skip button
Delete the last object when you create a new object
1 parent b952906 commit fa085ed

File tree

3 files changed

+8
-25
lines changed

3 files changed

+8
-25
lines changed

Gruntfile.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,6 @@ module.exports = function(grunt){
3434
grunt.loadNpmTasks('grunt-contrib-jshint');
3535
grunt.loadNpmTasks('grunt-contrib-concat');
3636

37+
grunt.registerTask("default", ["concat", "uglify"])
38+
3739
};

0 commit comments

Comments
 (0)