Created
August 6, 2015 10:21
-
-
Save devjack/0a5bde675515b1d5a324 to your computer and use it in GitHub Desktop.
Sculpin --url bug?
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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