Skip to content

Commit

Permalink
Put bower grunt task first
Browse files Browse the repository at this point in the history
  • Loading branch information
adamschwartz committed Jan 6, 2014
1 parent b5510e9 commit 69c1898
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Gruntfile.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ module.exports = (grunt) ->
forceLatest: true
production: true

grunt.loadNpmTasks 'grunt-contrib-watch'
grunt.loadNpmTasks 'grunt-contrib-uglify'
grunt.loadNpmTasks 'grunt-bower-task'
grunt.loadNpmTasks 'grunt-contrib-coffee'
grunt.loadNpmTasks 'grunt-contrib-uglify'
grunt.loadNpmTasks 'grunt-contrib-compass'
grunt.loadNpmTasks 'grunt-bower-task'
grunt.loadNpmTasks 'grunt-contrib-watch'

grunt.registerTask 'default', ['bower', 'coffee', 'uglify', 'compass']

0 comments on commit 69c1898

Please sign in to comment.