generator-fountain-angular1 icon indicating copy to clipboard operation
generator-fountain-angular1 copied to clipboard

Folder assets isn't being injected in .tmp and dist folders

Open augustolima opened this issue 8 years ago • 2 comments

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

augustolima avatar Feb 21 '17 18:02 augustolima

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 avatar Feb 21 '17 20:02 Swiip

@Swiip Thank you for the quick answer.

Do you have an example?

EDIT: Solved.

augustolima avatar Feb 22 '17 01:02 augustolima