generator-jekyllrb
generator-jekyllrb copied to clipboard
Updates the fixed grunt-browser-sync version to 2.1.3, resolving #145
I have run into the same issue mentioned in #145 and found that updating the template to use the latest version of grunt-browser-sync
, version 2.1.3
, fixes this.
Running grunt serve
on a freshly generated project...
Before:
Running "browserSync:server" (browserSync) task
Warning: Cannot read property 'prototype' of undefined Used --force, continuing.
After:
No errors. :octocat: