t2ym / i18n-element

I18N Base Element for Lit and Polymer
Other
9 stars 1 forks source link

[Enhancement][Thin Syntax] Detect <template basepath> to set <dom-module assetpath> reliably #29

Closed t2ym closed 8 years ago

t2ym commented 8 years ago

Detect <template basepath> to set <dom-module assetpath> reliably

Since the workaround fix for #28 cannot handle deep import dependencies, <dom-module assetpath> attribute has to be set more reliably via <template basepath="path/"> attribute, which is not affected by vulcanize process.

gulp-i18n-preprocess has to be enhanced to set <template basepath="path/"> attribute.