Skip to content
This repository has been archived by the owner on Feb 14, 2018. It is now read-only.

Commit

Permalink
build js before browserify
Browse files Browse the repository at this point in the history
  • Loading branch information
WardCunningham committed Jan 1, 2014
1 parent 246f590 commit 484ceb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ module.exports = function (grunt) {
'<%= coffee.plugins.src %>',
'lib/**/*.coffee'
],
tasks: ['browserify', 'coffee']
tasks: ['coffee', 'browserify']
}
}
});
Expand Down

0 comments on commit 484ceb8

Please sign in to comment.