I'm using Yeoman and Grunt to build my project. Everything works fine except the images folder isn't copied from the app directory to the dist directory when I run "grunt" to compile my project.
As grunt clears out the dist folder every time it builds I was wondring how you link the images folder to be part of the grunt build so it appears in the dist folder when compiled??