base12 icon indicating copy to clipboard operation
base12 copied to clipboard

Needs a solution for /shared JavaScript packages

Open hunterloftis opened this issue 12 years ago • 4 comments

hunterloftis avatar Mar 04 '12 22:03 hunterloftis

https://github.com/chrisjpowers/air-drop

iamdustan avatar Mar 05 '12 00:03 iamdustan

I'm still working with the Ender guys for a solution on that front.

iamdustan avatar Mar 05 '12 00:03 iamdustan

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.

hunterloftis avatar Mar 05 '12 01:03 hunterloftis

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

iamdustan avatar Mar 21 '12 13:03 iamdustan