Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Better documentation #17

Open
ericrange opened this issue Nov 19, 2014 · 4 comments
Open

Better documentation #17

ericrange opened this issue Nov 19, 2014 · 4 comments

Comments

@ericrange
Copy link

can you do a better documentation?? i did everything you said in the doc but nothing happens...

this is my index.html

<!DOCTYPE html><html><head>
        <link href="/bower/core-icon/core-icon.html" rel="import">
        <link href="/bower/core-icons/core-icons.html" rel="import">
        <link href="/bower/paper-button/paper-button.html" rel="import">
        <link href="/bower/paper-dialog/paper-dialog.html" rel="import">
        <link href="/bower/paper-dialog/paper-dialog-transition.html" rel="import">
        <link href="/bower/paper-input/paper-input.html" rel="import">
    </head>
    <body>

</body></html>

and the build file looks exactly the same!!! :/

@ericrange
Copy link
Author

i thought vulcanize merges all imports in only one??

@dfreedm
Copy link
Contributor

dfreedm commented Nov 26, 2014

Yes, the docs are a bit light here. URLs that start with '/' are considered absolute urls, and will not be processed by default.

To process them, you need to use the abspath option, and specify what folder will be treated as the root.

@seahrh
Copy link

seahrh commented Jun 15, 2015

Even though I left out the abspath option, vulcanize still processes absolute paths.
Is this expected behaviour?
Using gulp-vulcanize 6.0.1 and Polymer 1.0.3

@dfreedm
Copy link
Contributor

dfreedm commented Jun 15, 2015

@seahrh Please file an issue on vulcanize with your reproduction steps, this issue is unrelated.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants