mulhoon opened this issue 10 years ago · 0 comments
Nice work.
Though when trying to build I get this ReferenceError: paths is not defined
ReferenceError: paths is not defined
Line 45 of gulpfile.js looks like it should be this... return async.each(path, rimraf, cb) instead of return async.each(paths, rimraf, cb)
gulpfile.js
return async.each(path, rimraf, cb)
return async.each(paths, rimraf, cb)