I would like to build my index.js from the commandline. I would also like to build with a modified Pixelbox core.
I have tried to run browserify on bootstrap.js from Pixelbox core, but I haven't been able to get this to work so far. It looks like there are many values which are intended to be substituted in (like __PROJECT_DATA__) and I'm not sure how to do that properly.
Is there a way to do this?