getlackey / cms

DEPRECATED - see /getlackey/lackey-cms for latest version
https://lackey.io
Apache License 2.0
3 stars 0 forks source link

Reduce weight of the admin js file & clean up dev ops #33

Open robmccardle opened 9 years ago

robmccardle commented 9 years ago

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