Skip to content

Commit

Permalink
cleanup Gruntfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mkuklis committed Apr 5, 2013
1 parent b0e85b4 commit 9da9a12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ module.exports = function (grunt) {
grunt.loadNpmTasks('grunt-contrib-copy');
grunt.loadNpmTasks('grunt-contrib-cssmin');

grunt.registerTask('default', ['stylus', 'concat', 'copy', 'cssmin']);
grunt.registerTask('default', ['concat', 'copy', 'cssmin']);
};

0 comments on commit 9da9a12

Please sign in to comment.