retrieve if needed
This commit is contained in:
parent
c9fa22b093
commit
43f95c52a0
2 changed files with 12 additions and 11 deletions
|
@ -27,8 +27,8 @@ module.exports = function(grunt) {
|
|||
build: {
|
||||
src: [
|
||||
'../static/lib/**/*.js',
|
||||
'../static/js/**/*.js',
|
||||
'../static/build/*.js',
|
||||
'../static/js/**/*.js',
|
||||
'../static/dist/template-cache.js',
|
||||
'!../static/js/**/*.spec.js'
|
||||
],
|
||||
|
|
Reference in a new issue