azproduction / lmd

LMD - JavaScript Module-Assembler for building better web applications :warning: Project is no longer supported :warning:
http://azproduction.ru/lmd/
MIT License
449 stars 27 forks source link

sourcemap_inline stripped by uglifyjs #140

Closed noway closed 11 years ago

noway commented 11 years ago

sourcemap_inline only working when pack option is false. When packing turned on, uglifyjs strips //@ sourceMappingURL.

Need to to configure comment preserving option.

azproduction commented 11 years ago

lmd uses uglifyjs 1 which can not create min-sourcemap over lmd-sourcemap: min-lmd-sourcemap. UglifyJS 2 and double sourcemap support are in plans. Thanks!

azproduction commented 11 years ago

Duplicates #130