generator-fountain-angular1
generator-fountain-angular1 copied to clipboard
Folder assets isn't being injected in .tmp and dist folders
I've created a folder "assets" where I put some images to get inside head html tag (like favicon, etc...). When I run "gulp serve" or "gulp serve:dist", this folder and his children's folders and files isn't being injected to the .tmp or dist folders.
What should I have to do?
I'm new at your ng1 generator.
Configurations: No preprocessors Pure old JS CSS Bower Hello World Application
You have to look at the script gulp_tasks/misc.js, the task other has to be updated to copy the files you want.
@Swiip Thank you for the quick answer.
Do you have an example?
EDIT: Solved.