Skip to content

Commit

Permalink
Merge f24d695 into 05985b3
Browse files Browse the repository at this point in the history
  • Loading branch information
ckreon committed Apr 11, 2016
2 parents 05985b3 + f24d695 commit b4042c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions phantom/render.js
Expand Up @@ -25,6 +25,7 @@ page.evaluate(function (cssPaths) {
var head = document.querySelector('head')

cssPaths.forEach(function (cssPath) {
cssPath = 'file:///' + cssPath
var css = document.createElement('link')
css.rel = 'stylesheet'
css.href = cssPath
Expand Down

0 comments on commit b4042c6

Please sign in to comment.