llorien / crm

WordPress plugin installed on brithon.com to support managing customer relationship
0 stars 0 forks source link

browserify specific folder #62

Closed xueruini closed 9 years ago

xueruini commented 9 years ago

extend bundle.sh to allow broserify named folder to speed up development.

$ # path/index.js will be browserified and output path/index.bundle.js.
$ npm run bundle -- path
$ # or
$ ./buildfiles/bundle.sh path

This should be available in all products.