Skip to content
This repository was archived by the owner on Jan 4, 2019. It is now read-only.

Commit 1f53c8a

Browse files
committed
unbreak assetpath generation
1 parent b5f8ec7 commit 1f53c8a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/constants.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ var URL_ATTR = ['href', 'src', 'action', 'style'];
99

1010
module.exports = {
1111
EOL: require('os').EOL,
12+
ELEMENTS: 'polymer-element',
1213
ABS_URL: /(^data:)|(^http[s]?:)|(^\/)/,
1314
IMPORTS: 'link[rel="import"][href]',
1415
URL: /url\([^)]*\)/g,

0 commit comments

Comments
 (0)