cmichaelgraham / aurelia-typescript-atom

atom ide flavored aurelia typescript samples
29 stars 11 forks source link

http://js.arcgis.com/3.12/ #1

Open caperaven opened 9 years ago

caperaven commented 9 years ago
makes it difficult to load your own custom scripts from relative path. I am still new to these things so I could be missing something obvious, but trying to import a custom element now gives me this error 404 on http://js.arcgis.com/3.12/custom/custom-entity.js when importing it to the welcome screen as import {ColorEntity} from '../custom/custom-entity'; is it possible to make the sample app more self contained without references to external sites?
cmichaelgraham commented 9 years ago

thanks for the feedback and sorry for the slow response. i'm trying to get the aurelia-typescript repo ported to ts 1.5.

@AshleyGrant and i are working on a video walk through and better starting point.

caperaven commented 9 years ago

Thank you very much for getting back to me at all. I was not expecting that, so it is a great treat. I have a project in mind that I would like to start with using aurelia and if I can do it in typescript that would be first prise. Because of this, I very much appreciate your efforts to get us ready to do that.

What would be the best way for me to stay up to date with the progress on the ts port?

On 14 May 2015, at 2:21 AM, Mike Graham notifications@github.com wrote:

thanks for the feedback and sorry for the slow response. i'm trying to get the aurelia-typescript https://github.com/cmichaelgraham/aurelia-typescript repo ported to ts 1.5.

@AshleyGrant https://github.com/AshleyGrant and i are working on a video walk through and better starting point.

— Reply to this email directly or view it on GitHub https://github.com/cmichaelgraham/aurelia-typescript-atom/issues/1#issuecomment-101863027.

cmichaelgraham commented 9 years ago

here'e the branch where i'm doing the porting: https://github.com/cmichaelgraham/aurelia-typescript/tree/typescript-1-5-port

you can watch the checkins there to see what i'm up to.

once it is ported and the docs are updated, i'll check it all in :+1: