Skip to content

Instantly share code, notes, and snippets.

@devjack
Created August 6, 2015 10:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save devjack/0a5bde675515b1d5a324 to your computer and use it in GitHub Desktop.
Save devjack/0a5bde675515b1d5a324 to your computer and use it in GitHub Desktop.
Sculpin --url bug?
git clone https://github.com/sculpin/sculpin-blog-skeleton.git
cd sculpin-blog-skeleton/
printf "\nurl: http://mysite.com/" >> app/config/sculpin_site.yml
sculpin generate --server --watch --url=http://127.0.0.1:8000
Note that the URL's still contain mysite.com instead of 127.0.0.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment