base12
base12 copied to clipboard
Needs a solution for /shared JavaScript packages
https://github.com/chrisjpowers/air-drop
I'm still working with the Ender guys for a solution on that front.
air-drop is interesting but we need to use something in the build step (and air-drop tries to avoid a build step). I think ultimately avoiding builds is a mistake since on-the-fly anything increases the complexity of an app in production.
I don't have a great idea for how to do /shared, but I figured you & David could probably figure something smart out.
Concerning the issue of debugging the original source (rather than compiled or concatenated code) there is this source map proposal (feature coming to chrome dev tools soon).
Source Map Proposal https://docs.google.com/document/d/1U1RGAehQwRypUTovF1KRlpiOFze0b-_2gc6fAH0KY0k/edit?pli=1
Demo in Chrome Dev Tools https://plus.google.com/u/1/110412141990454266397/posts/Nvr6Se6eAPh
Discussion of source mapping in Ender https://github.com/ender-js/Ender/issues/127