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:
@@ -8,6 +8,7 @@ module.exports = function(grunt) {
|
||||
'jshint',
|
||||
'tslint',
|
||||
'clean:gen',
|
||||
'copy:node_modules',
|
||||
'copy:public_to_gen',
|
||||
'phantomjs',
|
||||
'css',
|
||||
|
||||
Reference in New Issue
Block a user