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
OS? Windows 7, 8 or 10. Linux (which distribution). Mac OSX (Yosemite? El Capitan?)
OS X 10.11.5
Versions. Please run ng --version. If there's nothing outputted, please
run in a Terminal:
node --version
And paste the result here.
I'm running the latest commit from the webpack branch of the cli (b8f502e):
angular-cli: local (v1.0.0-beta.10, branch: webpack)
node: 4.3.0
os: darwin x64
Repro steps. Was this an app that wasn't created using the CLI? What change did you
do on your code? etc.
Added Bootstrap 3 via npm
The log given by the failure. Normally this include a stack trace and some
more information.
I know the webpack branch is still in development... I converted a real project from the SystemJS version of the CLI to the Webpack version, and it's working great so far. Happy to share my upgrade notes if it helps (all from memory, so your mileage may vary).
I'm just wondering if I did something wrong config wise (regarding fonts), or if perhaps if the CLI should have a loader config for fonts files. Or maybe a way to add a custom loader configuration?
Thanks! We'll be in touch soon.
The text was updated successfully, but these errors were encountered:
Hi @sunild, the webpack branch isn't the official one yet so we don't really want people to be opening issues against it, which is why I am closing this one.
OS X 10.11.5
ng --version
. If there's nothing outputted, pleaserun in a Terminal:
node --version
And paste the result here.
I'm running the latest commit from the webpack branch of the cli (b8f502e):
angular-cli: local (v1.0.0-beta.10, branch: webpack)
node: 4.3.0
os: darwin x64
do on your code? etc.
Added Bootstrap 3 via npm
more information.
404 errors in browser for the following Bootstrap glyphicon fonts:
http://localhost:4200/fonts/glyphicons-halflings-regular.woff2
http://localhost:4200/fonts/glyphicons-halflings-regular.woff
http://localhost:4200/fonts/glyphicons-halflings-regular.ttf
I know the webpack branch is still in development... I converted a real project from the SystemJS version of the CLI to the Webpack version, and it's working great so far. Happy to share my upgrade notes if it helps (all from memory, so your mileage may vary).
I'm just wondering if I did something wrong config wise (regarding fonts), or if perhaps if the CLI should have a loader config for fonts files. Or maybe a way to add a custom loader configuration?
The text was updated successfully, but these errors were encountered: