Skip to content

Commit

Permalink
Fix bug in style task
Browse files Browse the repository at this point in the history
  • Loading branch information
techpeace committed Jun 17, 2015
1 parent 17f0feb commit 8b4a3af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ module.exports = (grunt) ->
grunt.loadNpmTasks('grunt-image-embed')
grunt.loadNpmTasks('grunt-contrib-uglify')

grunt.registerTask('style', ['clean', 'sass'])
grunt.registerTask('style', ['clean', 'copy:cssAsScss', 'sass'])
grunt.registerTask('build', ['clean', 'style', 'coffee', 'eco', 'requirejs', 'concat', 'copy:js', 'copy:css', 'imageEmbed', 'uglify'])
grunt.registerTask('spec', ['build', 'jasmine'])
grunt.registerTask('default', ['build'])

0 comments on commit 8b4a3af

Please sign in to comment.