Closed alexrdz closed 7 years ago
Thanks for the PR. The build is failing as browser-sync
is missing from the package.json
. Can you add it?
I have updated my branch and it looks like everything passed. Apologies for the delay! Thanks again for this opportunity.
Thanks for submitting the PR :)
This commit adds
browser-sync
to thegulp develop
task replacinglivereload.
Be sure to intsallnpm i -D browser-sync
before running thegulp develop
task. Thewatch
task insidedevelop.js
replacesuncss
with thesass
task.