chromium_polymer_bundler.patch 564 B

12345678910111213
  1. diff --git a/lib/constants.js b/lib/constants.js
  2. index 6e1a557..23d7f7c 100644
  3. --- a/lib/constants.js
  4. +++ b/lib/constants.js
  5. @@ -18,7 +18,7 @@ exports.default = {
  6. ABS_URL: /(^\/)|(^#)|(^[\w-\d]*:)/,
  7. URL: /url\([^)]*\)/g,
  8. URL_ATTR: ['href', 'src', 'action', 'style', 'assetpath'],
  9. - URL_TEMPLATE: '{{.*}}|\\[\\[.*\\]\\]',
  10. + URL_TEMPLATE: '{{.*}}|\\[\\[.*\\]\\]|\\$i18n[^{]*{[^}]*}',
  11. OLD_POLYMER: 'This version of polymer-bundler is not compatible with Polymer < 0.8. Please use vulcanize 0.7.x.'
  12. };
  13. //# sourceMappingURL=constants.js.map