aurelia / bundler

A library for bundling JavaScript, HTML and CSS for use with SystemJS.
MIT License
37 stars 25 forks source link

Compatibility with JSPM v0.17 #111

Closed ahmedshuhel closed 8 years ago

ahmedshuhel commented 8 years ago

Work in progress..

EisenbergEffect commented 8 years ago

Thanks for working on this! Let me know when it's ready.

EisenbergEffect commented 8 years ago

Also, I think once we get this all ready, we should have a jspm migration guide for our community. You would probably be the best person to write that :)

ahmedshuhel commented 8 years ago

Thanks. Made a good progress tonight. Main challenge here is to retain backward compatibility with JSPM v016. I am adding Writing migration guide to my Todos. :)

adriatic commented 8 years ago

@ahmedshuhel I have spent more time "researching" jspm than most of the people around you - so I would be happy to test / proof-read / write examples or anything else that would help with this task. No pressure though, if you have other preferences :-)

ahmedshuhel commented 8 years ago

@EisenbergEffect We are ready now.

EisenbergEffect commented 8 years ago

@ahmedshuhel After you get the dep cache issue addressed, go ahead and merge this. If you can get it in today, we can announce it with tomorrow's release announcements. Let me know.

ahmedshuhel commented 8 years ago

@EisenbergEffect made a PR to update the bundling doc https://github.com/aurelia/framework/pull/416