Edward Hotchkiss

Results 3 issues of Edward Hotchkiss

Here is my task: ``` javascript module.exports = function(grunt) { grunt.config.set('browserify', { dev: { options: { transform: [ [require('grunt-react').browserify, {global: true}] ] }, files: { src: ['assets/js/src/app.jsx'], dest: 'assets/js/app.js' }...

I know that this can be done via config.rb, but can it be done via Gulp only?

- mostly ready, needs to return a promise always - checking for ES5 legacy code - MORE tests - 2 space indents on everything - Documentation - up to date?...