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:
parent
601ae9daf2
commit
819d0f6a16
10 changed files with 818 additions and 803 deletions
|
@ -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'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue