stable

Clone or download

Read-only

Move artifact-modal's webpack config to tracker level

Part of story #10738 have the list of parents when I edit a backlog item Also request #10996 Move artifact-modal's webpack config to tracker level How to test: - npm run test, build, watch and coverage should work in tracker/www/scripts - npm run watch should update the artifact-modal's template.pot - make post-checkout should pass Change-Id: Ieff4193494a90492c7ac5c02ca4ac8d74782d357

Modified Files

Name
M plugins/tracker/build-manifest.json +1 −2 Go to diff View file
M plugins/tracker/www/scripts/.gitignore +3 −1 Go to diff View file
D plugins/tracker/www/scripts/angular-artifact-modal/.gitignore +0 −5 Go to diff View file
M plugins/tracker/www/scripts/angular-artifact-modal/README.mkd +2 −4 Go to diff View file
D plugins/tracker/www/scripts/angular-artifact-modal/gulpfile.js +0 −68 Go to diff View file
D plugins/tracker/www/scripts/angular-artifact-modal/package-lock.json +0 −7029 Go to diff View file
D plugins/tracker/www/scripts/angular-artifact-modal/package.json +0 −49 Go to diff View file
M plugins/tracker/www/scripts/angular-artifact-modal/src/index.spec.js +1 −0 Go to diff View file
D plugins/tracker/www/scripts/angular-artifact-modal/webpack.config.js +0 −45 Go to diff View file
A plugins/tracker/www/scripts/gulpfile.js +26 −0 Go to diff View file
R plugins/tracker/www/scripts/angular-artifact-modal/karma.conf.js Go to diff View file
M plugins/tracker/www/scripts/package-lock.json +5100 −168 Go to diff View file
M plugins/tracker/www/scripts/package.json +32 −2 Go to diff View file
M plugins/tracker/www/scripts/webpack.config.js +107 −24 Go to diff View file
M tests/Jenkinsfile +1 −1 Go to diff View file