accountant-ui/grunt-config/ngAnnotate.js

13 lines
185 B
JavaScript
Raw Normal View History

2016-02-18 15:53:28 +01:00
'use strict';
module.exports = {
dist: {
files: [{
expand: true,
cwd: '.tmp/concat/js',
src: '*.js',
dest: '.tmp/concat/js'
}]
}
};