retrieve if needed

This commit is contained in:
alecmerdler 2017-01-25 16:11:19 -08:00
parent c9fa22b093
commit 43f95c52a0
2 changed files with 12 additions and 11 deletions

View file

@ -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'
],