Before ,i put all img in /www/img folder.
Now i find that ionic 2.1.1’s tabs sample have a folder ’ assert ’ locate in /src and there are picture in it. So can i put my imgs resources in that ‘assert’ folder, than can be eazy to push projet on git.
Before ,i put all img in /www/img folder.
Now i find that ionic 2.1.1’s tabs sample have a folder ’ assert ’ locate in /src and there are picture in it. So can i put my imgs resources in that ‘assert’ folder, than can be eazy to push projet on git.
Yes. Because when you build, it will automatically copy /src/assets to /www/assets for you.