Files
awx/awx/ui/.eslintignore
gconsidine 297904462d Implement manual initialzation for Angular app
Manual initialization allows for some asynchronous work to
finish ahead of Angular's startup. The initial motivation is
to be able to guarantee translation files have been fetched
before rendering content that needs translation. If a locale
isn't supported or if the request to get a json file fails,
the i18n service falls back to en.

Signed-off-by: gconsidine <gconsidi@redhat.com>
2017-09-27 15:12:03 -04:00

21 lines
260 B
Plaintext

webpack.*.js
Gruntfile.js
karma.*.js
etc
coverage
grunt-tasks
node_modules
po
static
templates
tests
client/**/*.js
test
!client/lib/components/**/*.js
!client/lib/models/**/*.js
!client/lib/services/**/*.js
!client/features/**/*.js
!client/src/app.start.js