ducksoupdev / gulp-site-generator

A static site generator using Gulp
183 stars 29 forks source link

Include browser-sync as devDependencies by default #36

Open sszdh opened 7 years ago

sszdh commented 7 years ago

Hi,

I think it should put browser-sync as devDependencies while generating package.json in root directory!

And also, It would be better if it compare and then merge existing package.json (if any) while generating the new one.

What you think?

Thanks for this helpful tool anyway ...