Skip to content

Commit

Permalink
cleaning up
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregor Aisch committed Jul 2, 2015
1 parent d1c7b16 commit 6a2fc80
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1,989 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,6 @@ module.exports = function(grunt) {
.cat("src/index.coffee", "./chroma.coffee");
});

grunt.registerTask('default', ['clean:pre', 'license', 'catty', 'coffee', 'replace', 'uglify']);
grunt.registerTask('default', ['clean:pre', 'license', 'catty', 'coffee', 'replace', 'uglify', 'clean:post']);
};

Loading

0 comments on commit 6a2fc80

Please sign in to comment.