README.md in smallvictories-0.0.14 vs README.md in smallvictories-0.0.15

- old
+ new

@@ -65,14 +65,26 @@ Renders Sass/CSS, JavaScript/CoffeeScript, HTML/Liquid and Sprite in the destination folder. Command: `sv compile` +### Deploy + +Minify and copy files to deploy folder. + +Command: `sv deploy` + ### Inline Compile files and then inline CSS in your HTML files. Command: `sv inline` + +### Minify + +Minify CSS and JS files for production. + +Command: `sv minify` ### Watch Watch for changes then compile files and notify LiveReload.