I had a error with the pipeline :
browserify index.js | ./bin/es3ify.js | derequire > dist/pouchdb.mypluginname.js
./bin/es3ify.js wasn't a recommanded command. It looks like, it wasn't detected and included as a script in my prompt.
To solve that problem I implemented Gulp which has a es3ify module + a uglify module.
So now, the es3ify pipe and uglify pipe is done in gulp.
The commit : Shocoben@77566c3
I had a error with the pipeline :
browserify index.js | ./bin/es3ify.js | derequire > dist/pouchdb.mypluginname.js
./bin/es3ify.js wasn't a recommanded command. It looks like, it wasn't detected and included as a script in my prompt.
To solve that problem I implemented Gulp which has a es3ify module + a uglify module.
So now, the es3ify pipe and uglify pipe is done in gulp.
The commit : Shocoben@77566c3