File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1212 "babel" : " babel src -d dist" ,
1313 "build" : " npm run clean && npm run babel && npm run ignore && npm run build:pure && npm run bundle && npm run minify && npm run gzip" ,
1414 "build:pure" : " npm run bundle:pure && npm run minify:pure" ,
15- "bundle" : " sh -c 'echo \" require(\\ 'utilise\\ ');$(cat dist/index.js)\" | browserify - -o dist/ripple.js -g ./clientify -i socket.io -i mysql -i jsondiffpatch -i rijs.hypermedia -i colors'" ,
16- "bundle:pure" : " browserify dist/index.js -o dist/ripple.pure.js -g ./purify -i socket.io -i mysql -i jsondiffpatch -i socket.io-client -i **/utilise/**/*.js -i rijs.hypermedia --no-builtins -i colors -i utilise" ,
15+ "bundle" : " sh -c 'echo \" require(\\ 'utilise\\ ');$(cat dist/index.js)\" | browserify - -o dist/ripple.js -g ./clientify -i socket.io -i express -i mysql -i jsondiffpatch -i rijs.hypermedia -i colors'" ,
16+ "bundle:pure" : " browserify dist/index.js -o dist/ripple.pure.js -g ./purify -i socket.io -i express -i mysql -i jsondiffpatch -i socket.io-client -i **/utilise/**/*.js -i rijs.hypermedia --no-builtins -i colors -i utilise" ,
1717 "clean" : " rm -rf dist && mkdir dist" ,
1818 "gzip" : " gzip -c dist/ripple.min.js > dist/ripple.min.js.gz && gzip -c dist/ripple.pure.min.js > dist/ripple.pure.min.js.gz" ,
1919 "ignore" : " find ./dist -type f -exec sed -i \" s/function _interopRequire/\\ /* istanbul ignore next *\\ /\\ nfunction _interopRequire/g\" {} ;" ,
You can’t perform that action at this time.
0 commit comments