react-component-gulp-tasks icon indicating copy to clipboard operation
react-component-gulp-tasks copied to clipboard

Common Gulp tasks I use across my React Component projects

Results 15 react-component-gulp-tasks issues
Sort by recently updated
recently updated
newest added

`gulp-git` has `[email protected]` as a dependency, and `[email protected]` will fail with node v8. So I upgraded gulp-git and fixed some code with `happiness --fix`.

my current node version: `9.6.1` and npm version is : `5.6.0` this is react project using gulp. when i run this project with this command `gulp dev`, it occurs the...

The requirement gulp-git uses require-dir 1.0 Since require-dir is broken with the new require from node 8 (this issue got fixed in require-dir 0.3.2) I get the following error: ```...

Bundles created using browserify-shim do not work in AMD enviroments. https://github.com/eduardolundgren/gulp-umd creates proper UMD wrappers and should be able solve problems like https://github.com/JedWatson/react-select/issues/270. I don't have much experience with browserify/gulp/node,...

I have my github account set up with SSH authentication, the key for which requires a passphrase be entered. When using the publish script, every git operation crashes the script...

I just encountered this tool in a project I'm contributing to. I was surprised that `gulp release` did not trigger a clean + build. Would you be open to a...

Hi Jed :) , in windows, use `npm` will throw an error, consider using `npm.cmd`, it works fine.

browserify-shim incorrectly rewrites require('react') to (window.React). in a new version of browserify-shim, it rewrites to this (which is still broken): ``` js var React = (typeof window !== "undefined" ?...

> SET NODE_ENV=production & gulp release [16:36:17] Using gulpfile ~\Documents\Projects\example-project\gulpfile.js [16:36:17] Starting 'publish:tag'... [16:36:17] Starting 'publish:npm'... [16:36:17] Starting 'build:example:files'... [16:36:17] Starting 'build:example:css'... [16:36:17] Starting 'build:example:scripts'... events.js:160 throw er; // Unhandled...