generator-jekyllrb icon indicating copy to clipboard operation
generator-jekyllrb copied to clipboard

Updates the fixed grunt-browser-sync version to 2.1.3, resolving #145

Open chrisvogt opened this issue 9 years ago • 0 comments

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:

chrisvogt avatar Oct 19 '15 21:10 chrisvogt