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

Easy gulp generator for web

Results 7 gulp-generator issues
Sort by recently updated
recently updated
newest added

@steelydylan this currently uses gulp v3 and `gulp-util`, which are causing errors.

![image](https://user-images.githubusercontent.com/55828102/82670802-1ad08500-9c3e-11ea-9ab3-d159f5f7350d.png)

Its possible add development folders?thanks

The main.min.css file was growing with each save. Solved by removing sourcemaps from it. Sourcemaps should also not be included in minified files.

Following the google [web developer starter kit for progressive webapps](https://github.com/google/web-starter-kit/blob/master/gulpfile.babel.js), can we add this to the options of the gulpfile? ``` // Copy over the scripts that are used in...

I'm trying to use this with the browserSync options, Im not sure if I am doing something wrong. I .. guess I must be. Honestly, this is not entirely a...

I make my app in a folder that is ready to publish as everyone i suppose. But browserSync can't find relative paths in html files. Generated code looks like this....