Skip to content

Commit

Permalink
5..6... a 5-6-7-8
Browse files Browse the repository at this point in the history
  • Loading branch information
mattt committed Aug 4, 2010
1 parent 4c9416d commit d1e27c8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.markdown
Expand Up @@ -5,9 +5,9 @@
- <tt>sass --watch public/css/elite.scss</tt>

Open up another terminal tab. If you are touching anything other than the view or CSS, do:
<tt>thin start -R config.ru -p 3000</tt>
<tt>thin start -R config.ru -p 5678</tt>

Otherwise, you'll want the server to reload when changes are made, so instead do:
<tt>shotgun config.ru -s thin -p 3000</tt>
<tt>shotgun config.ru -s thin -p 5678</tt>

Now open up <tt>http://localhost:3000/</tt> in your browser and everything should be ready to go!
Now open up <tt>http://localhost:5678/</tt> in your browser and everything should be ready to go!

0 comments on commit d1e27c8

Please sign in to comment.