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.
Detect
<template basepath>
to set<dom-module assetpath>
reliablySince 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.