-
Notifications
You must be signed in to change notification settings - Fork 136
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
Build location for custom images #40
Comments
Looking at conference-app structure |
Interesting. My TL;dr from that issue is:
Works for me anyway. |
I am following the same approach. Images, custom fonts etc are stored directly in the www folder. I do not find a value of copying them (or even process them) in every build. Images should be optimised once before going into the www folder and that's it. |
Thanks, appreciate the input.
|
There didn't actually seem to be much to do in the new set up. I've added an image to page2 just for the purposes of this issue really. Karma doesn't complain about a 404 and protractor sees the image fine. went with Reopen if I'm missing something or there's more to do. |
|
Thanks. Personally I don't see the need for another folder under This stuff is really subjective. The purpose of this issue was to get a working solution which is easily customisable if you want to use a different path. In the end there wasn't much that needed doing tbh. |
I think images should go in
resources/images
as the resources folder comes from Ionic. If the user has images in a different folder it'll be easy enough for them to change / add the location based on this as an example.After that we just need to add it to Karma.
So:
The text was updated successfully, but these errors were encountered: