fix(build): changed from postinstall script to regular grunt task for the copying of npm dependencies into public dir, fixes #4003

This commit is contained in:
Torkel Ödegaard
2016-02-12 09:58:00 +01:00
parent 814ca99e3d
commit f797b19825
3 changed files with 3 additions and 2 deletions

View File

@ -8,6 +8,7 @@ module.exports = function(grunt) {
'jshint',
'tslint',
'clean:gen',
'copy:node_modules',
'copy:public_to_gen',
'phantomjs',
'css',