You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Windows 7, 8 or 10. Linux (which distribution). Mac OSX (Yosemite? El Capitan?)
Windows 10
Versions.
Please run ng --version. If there's nothing outputted, please run in a Terminal: node --version and paste the result here:
$ ng --version
angular-cli: 1.0.0-beta.15
node: 4.4.7
os: win32 x64
Repro steps.
Was this an app that wasn't created using the CLI? What change did you do on your code? etc.
I've got several asset folders under src: src/images, src/img, src/fonts that have to be copied to the dist folder.
When running ng build / ng build --prod, those resources are missing.
The config option app-> assets only supports one string, not an array of strings.
The text was updated successfully, but these errors were encountered:
filipesilva
changed the title
angular-cli.json > assets > does not support array of values
Feature request: angular-cli.json > assets supporting array of values
Oct 6, 2016
OS?
Versions.
Repro steps.
When running ng build / ng build --prod, those resources are missing.
The config option app-> assets only supports one string, not an array of strings.
The text was updated successfully, but these errors were encountered: