craigburke / typescript-asset-pipeline

TypeScript module for the Asset Pipeline
8 stars 6 forks source link

support source-map generation and resolution #2

Open zyro23 opened 8 years ago

zyro23 commented 8 years ago

looks like this is required to be able to properly debug the ts/js.

zyro23 commented 8 years ago

while supported by the gradle asset compilation, the runtime typescript processing seems to ignore the config/compiler options. if those were respected, maybe --inlineSourceMap and/or --inlineSources could be used?

craigburke commented 8 years ago

@zyro23 You're absolutely right.

There are some major issues with this right now. I'm doing a total rework of it and hope to have a more functional version of this published within the next couple weeks.

zyro23 commented 8 years ago

sounds great. so i wont fiddle with the current codebase but ill make sure to keep the feedback coming once i see progress on your side. thank you very much.