Update pre-rendered pages

This commit is contained in:
Andrew Miner
2015-04-01 23:35:21 -07:00
parent d1826c257b
commit 97aa631737
3320 changed files with 16513 additions and 16632 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ cat > $SCRIPT <<END
url = require('system').args[1]
page = require('webpage').create()
path = "#{url}".replace(/http:\/\/[^/]*/, '').replace(/^\//, '')
localUrl = "http://localhost:8000/#{path}"
localUrl = "http://local.crafting-guide.com:8000/#{path}"
page.open localUrl, (status)->
if status isnt 'success'