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

Commit

Permalink
unbreak assetpath generation
Browse files Browse the repository at this point in the history
  • Loading branch information
dfreedm committed Mar 31, 2014
1 parent b5f8ec7 commit 1f53c8a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ var URL_ATTR = ['href', 'src', 'action', 'style'];

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

0 comments on commit 1f53c8a

Please sign in to comment.