Skip to content

Commit

Permalink
Merge pull request #16 from tbuckley/master
Browse files Browse the repository at this point in the history
Add excluded script instead of its contents
  • Loading branch information
dfreedm committed Feb 20, 2014
2 parents ece6d54 + 78060bd commit 0aa6b5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/vulcan.js
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ function handleMainDocument() {
// external script
if (excludeScript(src)) {
// put an absolute path script after polymer.js in main document
scripts_after_polymer.push(this.html());
scripts_after_polymer.push(this.toString());
} else {
scripts.push(fs.readFileSync(path.resolve(options.outputDir, src), 'utf8'));
}
Expand Down

0 comments on commit 0aa6b5e

Please sign in to comment.