-
Notifications
You must be signed in to change notification settings - Fork 11.9k
Closed
Labels
P5The team acknowledges the request but does not plan to address it, it remains open for discussionThe team acknowledges the request but does not plan to address it, it remains open for discussion
Description
I´ve searched in the source but there´s no way of setting the "publicPath" of my application
It should be inside the webpack output configurations but looking at angualr-cli source it´s not available.
For me it is crucial because I prepend /static/dist/ to load javascript and assets on my app.
I´m using NG version 1.0.0-beta.15
I´m using Django as Server and only doing watch on ng build and Django puts it´s static files in /static/ folder and maps the base URL to a template index.html file so the hrefs in the index files are not relative to the static folder and gets a 404 error.
All of this gets solved if I could add the publicPath configuration in angular-cli.json or environment files
DanielKucal and lpikora
Metadata
Metadata
Assignees
Labels
P5The team acknowledges the request but does not plan to address it, it remains open for discussionThe team acknowledges the request but does not plan to address it, it remains open for discussion