-
Notifications
You must be signed in to change notification settings - Fork 556
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Where to place third-party files ? #339
Comments
Without npm package... Create a lib folder or something and put it there. It is not a common thing at all, but I guess no all libraries cares about npm. |
If I create a lib folder, where I have to register the parts and will the lib folder be compiled to my dist output ? |
put your lib folder or third party library in src/public .. everything in src/public/ will get compiled with your dev and dist versions. src/public/lib/ becomes lib/ in your script src. starting on line 247 in /webpack.config.js .. |
thanks guys for this blazing fast answers, i will try this today. |
Hey guys,
I'am new to ngx and want to know where I have to place and bind third party CSS & JS Files
like this one here http://sdk.zurich.com/frontend-atomic/demo/zurich/01_styleguide/2_setup.html
thx
The text was updated successfully, but these errors were encountered: