Add ngAnnotate task.
This commit is contained in:
12
grunt-config/ngAnnotate.js
Normal file
12
grunt-config/ngAnnotate.js
Normal file
@ -0,0 +1,12 @@
|
||||
'use strict';
|
||||
|
||||
module.exports = {
|
||||
dist: {
|
||||
files: [{
|
||||
expand: true,
|
||||
cwd: '.tmp/concat/js',
|
||||
src: '*.js',
|
||||
dest: '.tmp/concat/js'
|
||||
}]
|
||||
}
|
||||
};
|
Reference in New Issue
Block a user