Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bago committed Nov 30, 2015
1 parent e724204 commit 7310532
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,10 @@ compile and run a local webserver (http://127.0.0.1:9000) with incremental build
*IMPORTANT* in order to use image uploading/processing feature in Node you need imageMagick installed in your environment.
e.g: running "convert" and "identify" on the commandline should output imagemagick command line help.

create thumbnails for all templates found in "./templates":
```
grunt makeThumbs
```
creates only the "lm" template (./templates/versafix-1/template-versafix-1.html)

If you create your own template you can generate the needed "thumbnails"/"block thumbnails" by running:
```
grunt makeThumbs:main:versafix-1
grunt makeThumbs:main:yourtemplatename
```

### Serving via Apache PHP?
Expand Down

0 comments on commit 7310532

Please sign in to comment.