cli6rc4 allowOutsideOutDir not works
See original GitHub issueVersions
Angular CLI: 6.0.0-rc.4
Angular*: 6.0.0-rc.5
Repro steps
“allowOutsideOutDir”:true still not works here (6rc4)?
in my architect.build.options i have:
"assets": [
{
"glob": "favicon.ico",
"input": "src",
"output": "../",
"allowOutsideOutDir":true
},
{
"glob": "**/*",
"input": "src/assets",
"output": "../assets",
"allowOutsideOutDir":true
}
]
Data path “.assets[0]” should NOT have additional properties(allowOutsideOutDir).
Mention any other details that might be useful (optional)
this issue https://github.com/angular/angular-cli/issues/10284 seems improve message error but not fix allowOutsideOutDir ?
Issue Analytics
- State:
- Created 5 years ago
- Reactions:2
- Comments:11 (5 by maintainers)
Top Results From Across the Web
No results found
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Marking this as required for the release, but only a decision needs to be made.
Problems:
/assets
folder were../assets/images...
instead./assets /images...
due to this option activated in v1.7.x but ok this can quickly be fixed with search/replace in my projectI understand what you said but today I have 6mo
/assets
folder and it is in all my/{language}
folder ! Big dammage, not you think so ?edit
yes we can! relativly say it’s not related to cli but Angular itself to not support multiple locale in one bundle ! https://github.com/angular/angular/issues/16477 But can’t we let this option here until angular improve i18n? IMHO we should 😃