feat(apps): lots of more work on apps, changed app_plugin to app_settings in order to to confuse the app plugin model (definition) and app org settings
This commit is contained in:
@@ -33,6 +33,9 @@ module.exports = function(config, grunt) {
|
||||
grunt.config(option, result);
|
||||
grunt.task.run('typescript:build');
|
||||
grunt.task.run('tslint');
|
||||
// copy ts file also used by source maps
|
||||
newPath = filepath.replace(/^public/, 'public_gen');
|
||||
grunt.file.copy(filepath, newPath);
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user