abalmus / aurelia-ace-editor

Aurelia ace editor plugin
Creative Commons Zero v1.0 Universal
4 stars 4 forks source link

Bundling problem #6

Open jdposthuma opened 7 years ago

jdposthuma commented 7 years ago

Hey man, I'm trying to bundle this into my aurelia app and it seems the jspm configuration isn't right. It should be requiring the other files (dedent.js, prop-converter.js, etc) when I install from jspm.

Do you know how to fix this?

abalmus commented 7 years ago

Hi @jdposthuma I'll have a look, and let you know.

depeter commented 6 years ago

I have the same problem. Is there a workaround I could use in the meantime? Thanks.

jdposthuma commented 6 years ago

@depeter - I think I decided not to bundle this in the end as it was only required for my advanced users.

abalmus commented 6 years ago

Hi guys, I'm sorry I didn't have a chance to have a look. Do you guys have some repo so I can easy reproduce locally and see if it possible to fix this issue?