t2ym / gulp-i18n-leverage

Merge changes in default JSON into localized JSON for Polymer I18N with i18n-behavior
Other
0 stars 0 forks source link

Input file.path and file.base have to be absolute paths #3

Closed t2ym closed 8 years ago

t2ym commented 8 years ago

Version 0.0.14 cannot properly handle input file.path and file.base as relative paths and expects only absolute paths.

These paths must be internally converted (resolved) to their absolute paths so that relative path inputs can be properly handled as well.

Note: In contrast, options.srcPath and options.distPath must be relative paths in Version 0.0.14.