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

Does not work on Windows #1

Closed t2ym closed 8 years ago

t2ym commented 8 years ago

gulp-i18n-leverage task stops on Windows.

The root cause is the hard-coded path separator '/'.

The fix is to use path.sep instead.