Commit 2cb2c407 by Torkel Ödegaard

build: moved copy node modules ahead of tslint

parent 4368c5a8
...@@ -8,10 +8,10 @@ module.exports = function(grunt) { ...@@ -8,10 +8,10 @@ module.exports = function(grunt) {
'jshint:source', 'jshint:source',
'jshint:tests', 'jshint:tests',
'jscs', 'jscs',
'exec:tslint',
'clean:release', 'clean:release',
'copy:node_modules', 'copy:node_modules',
'copy:public_to_gen', 'copy:public_to_gen',
'exec:tslint',
'exec:tscompile', 'exec:tscompile',
'karma:test', 'karma:test',
'phantomjs', 'phantomjs',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment