1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-05 05:45:22 +02:00

refactor(app): split app.js in multiple files (#1217)

This commit is contained in:
Anthony Lapenna 2017-09-21 10:23:51 +02:00 committed by GitHub
parent 601ae9daf2
commit 819d0f6a16
10 changed files with 818 additions and 803 deletions

View file

@ -58,7 +58,7 @@ module.exports = function (grunt) {
prod: { options: { variables: { 'environment': 'production' }}}
},
src: {
js: ['app/**/*.js', '!app/**/*.spec.js'],
js: ['app/**/__module.js', 'app/**/*.js', '!app/**/*.spec.js'],
jsTpl: ['<%= distdir %>/templates/**/*.js'],
html: ['index.html'],
tpl: ['app/components/**/*.html', 'app/directives/**/*.html'],