Discussed approach is to move away from browserify and pull files as needed.
Solution probably involves switching to a build framework e.g. http://webpack.github.io (or the one London Node Usergroup whose name we can't remember) to help decompose assets into a more modular service and achieve these other goals below which we can split out into independent issues once established:
Speed up the grunt task recompilation step
Have proper source maps
Lazy load the data behind in addition e.g. http://jiren.github.io/StreamTable.js/stream.html
Add in some front effects to smooth the visible wait in the admin UI while loading/painting etc...
Refactor the debowerify code which could be much better
Discussed approach is to move away from browserify and pull files as needed.
Solution probably involves switching to a build framework e.g. http://webpack.github.io (or the one London Node Usergroup whose name we can't remember) to help decompose assets into a more modular service and achieve these other goals below which we can split out into independent issues once established:
Speed up the grunt task recompilation step Have proper source maps Lazy load the data behind in addition e.g. http://jiren.github.io/StreamTable.js/stream.html Add in some front effects to smooth the visible wait in the admin UI while loading/painting etc... Refactor the debowerify code which could be much better