FountainJS / generator-fountain-angular1

Yeoman 'fountain' generator to start a webapp with Angular 1
http://fountainjs.io
MIT License
95 stars 34 forks source link

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

Open augustolima opened 7 years ago

augustolima commented 7 years ago

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

Swiip commented 7 years ago

You have to look at the script gulp_tasks/misc.js, the task other has to be updated to copy the files you want.

augustolima commented 7 years ago

@Swiip Thank you for the quick answer.

Do you have an example?

EDIT: Solved.