stable

Clone or download

Read-only

Have the project registration built code in the same assets

part of story #8283 Enhance project creation user experience Why: Build of app is unclear, actually we have the following asset structure |_ asset |_ Project-registration |_ themes ... js stuff project-registration.js Now everything is at the same level: |_ asset |_ project-registration |_ script |_ themes Change-Id: I7e55c927837fc2ba3ebca8d49b2efbf52b58b3e5

Modified Files

Name
M src/common/Project/Registration/ProjectRegistrationController.php +11 −13 Go to diff View file
M src/common/Request/RouteCollector.php +2 −1 Go to diff View file
M src/www/scripts/webpack.config.js +2 −0 Go to diff View file
M src/www/scripts/webpack.vue.js +1 −2 Go to diff View file
A src/www/scripts/webpack.vue.with.manifest.js +57 −0 Go to diff View file
M src/www/themes/BurningParrot/css/project-registration/webpack.common.js +4 −2 Go to diff View file