ducksoupdev / gulp-site-generator

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

add browser-sync and remove uncss #35

Closed alexrdz closed 7 years ago

alexrdz commented 7 years ago

This commit adds browser-sync to the gulp develop task replacing livereload. Be sure to intsall npm i -D browser-sync before running the gulp develop task. The watch task inside develop.js replaces uncss with the sass task.

ducksoupdev commented 7 years ago

Thanks for the PR. The build is failing as browser-sync is missing from the package.json. Can you add it?

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 97.854% when pulling a9e6da18b2fcc48f7d51aaec66649ed5d1db3f0f on alexrdz:browser-sync into 87fef90fb873e9e523af5bbba1051c0d7387190a on ducksoupdev:master.

alexrdz commented 7 years ago

I have updated my branch and it looks like everything passed. Apologies for the delay! Thanks again for this opportunity.

ducksoupdev commented 7 years ago

Thanks for submitting the PR :)