tonifisler / generator-styleguide

A Yeoman Generator for a Hologram Styleguide with Bootstrap Sass starting files.
MIT License
23 stars 6 forks source link

Error "start must be <= end" #33

Closed Raphaww closed 9 years ago

Raphaww commented 9 years ago

I ran this generator using:

$ gulp
$ gulp serve

but I was receiving an error while requesting the localurl:

fs.js: 1475 throw new Error('start must be <= end');

I tried using gulp-webserver instead of browser-sync but it throw the same error I was just trying to use it "as it is" but I couldn't

Then I realized that the assets/js/main.js was an empty js file, just by removing it or adding a simple console.log to it, the error stopped to happen

I thing it would be great if you fix this in order to prevent other user to move from this grear generator

tonifisler commented 9 years ago

:+1: I'll look into it, thanks!