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

Commit

Permalink
Don't recalculate assetpath for handled elements
Browse files Browse the repository at this point in the history
  • Loading branch information
dfreedm committed Apr 1, 2014
1 parent 7a0a062 commit f21125e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ var URL_ATTR = ['href', 'src', 'action', 'style'];

module.exports = {
EOL: require('os').EOL,
ELEMENTS: 'polymer-element',
ELEMENTS: 'polymer-element:not([assetpath])',
ABS_URL: /(^data:)|(^http[s]?:)|(^\/)/,
IMPORTS: 'link[rel="import"][href]',
URL: /url\([^)]*\)/g,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vulcanize",
"version": "0.2.1",
"version": "0.2.2",
"description": "Process Web Components into one output file",
"main": "lib/vulcan.js",
"bin": {
Expand Down

0 comments on commit f21125e

Please sign in to comment.