Add ngAnnotate task.

This commit is contained in:
Alexis Lahouze
2016-02-18 15:53:28 +01:00
parent 4ccb9891a8
commit 726072ed45
3 changed files with 15 additions and 1 deletions

View File

@ -0,0 +1,12 @@
'use strict';
module.exports = {
dist: {
files: [{
expand: true,
cwd: '.tmp/concat/js',
src: '*.js',
dest: '.tmp/concat/js'
}]
}
};