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

Yeoman generator for Foundation, Gulp & libsass (gulp-sass).

Results 9 generator-gulp-foundation issues
Sort by recently updated
recently updated
newest added

When I tried execute gulp serve, in begin of project, shows this error: TypeError: Cannot read property 'prototype' of undefined at Object.exports.inherits (util.js:556:43) at Object. (/home/robin/Deleites/node_modules/browser-sync/node_modules/http-proxy/lib/http-proxy/index.js:111:17) at Module._compile (module.js:456:26) at...

Executing the task `gulp watch` yields an error. ``` /home/joel/repos/test-sass/node_modules/opn/index.js:7 throw new Error('Expected a `target`'); ^ Error: Expected a `target` at module.exports (/home/joel/repos/test-sass/node_modules/opn/index.js:7:9) at null.cb (/home/joel/repos/test-sass/gulpfile.js:91:23) at /home/joel/repos/test-sass/node_modules/browser-sync/lib/browser-sync.js:278:12 at /home/joel/repos/test-sass/node_modules/browser-sync/node_modules/async-each-series/index.js:15:40...

After running, `yo gulp-foundation`, the following NPM warnings were given during the set up: ``` deprecated [email protected]: use gulp-rimraf instead ... deprecated [email protected]: Use the globby package instead ```

First, thanks for this project. I love Foundation 5 and I'm ready to try using it in a Gulp workflow. Now for the issue: After running `npm install -g generator-gulp-foundation`,...

Having used yeoman's gulp-webapp for quite a while with no issues, I wanted to test gulp-foundation (which I initially thought was a fork) for a new project and unfortunately am...

Hello, This is a nice project generator, thank you! I am trying to customize Foundation's base SCSS variable, but I am worried to edit the source files in `bower_components`. Shouldn't...

what wold be the best way to add swig templates ? thanks

Since this generator is specific for Foundation, it seems only fitting to include the `foundation-icon-fonts` package as a dependency as well. This might require a change to the gulpfile.js so...

nodejs opened http://192.168.184.48.xip.io:3002/ in a browser in console [12:15:08] Using gulpfile C:\apaserver\www\yeoman\gulp-foundation\gulpfile.js [12:15:08] Starting 'styles'... [12:15:09] gulp-notify: [Gulp notification] Compilation complete. [12:15:09] gulp-size: total 0 B [12:15:10] gulp-notify: [Error in...

bug