Skip to content
Snippets Groups Projects
Commit d0ca22fd authored by Stan Hu's avatar Stan Hu
Browse files

Move Conclusion back to end

parent f25e00a3
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -178,23 +178,6 @@ you save the new version of the file (otherwise, just restart the container)
 
> **Note**: Subsequent runs will just require `docker start middleman`.
 
## Conclusion (please leave this at the bottom of the doc)
In case someone forgot the most important commands and is catting this file from the command line we end by listing them:
```sh
kill -kill `lsof -t -i tcp:4567`
bundle exec rake new_post
open -a "Google Chrome" http://localhost:4567
bundle exec middleman
```
or to execute the last two commands just run:
```sh
bin/run
```
## Building a single file
 
If you only want Middleman to build a single file, you can do that via the `--glob` parameter.
Loading
Loading
@@ -220,3 +203,20 @@ maps to `2017/05/23/attributes-of-successful-development-teams/index.html`:
```sh
bundle exec middleman build --glob={2017/05/23/attributes-of-successful-development-teams/index.html} --no-clean
```
## Conclusion (please leave this at the bottom of the doc)
In case someone forgot the most important commands and is catting this file from the command line we end by listing them:
```sh
kill -kill `lsof -t -i tcp:4567`
bundle exec rake new_post
open -a "Google Chrome" http://localhost:4567
bundle exec middleman
```
or to execute the last two commands just run:
```sh
bin/run
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment