From fc710070631c09c99601c90b6dface1c01423182 Mon Sep 17 00:00:00 2001 From: Marcin Kurczewski Date: Sun, 9 Nov 2014 12:31:32 +0100 Subject: [PATCH] Fixed INSTALL.md --- INSTALL.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 0f2b21c7..5bb99a43 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -167,7 +167,10 @@ smallest possible packages, run following command: This should create public_html/app.min.js, public_html/app.min.css and public_html/app.min.html. .htaccess is configured so that if these files exist, -it will load them instead of development environment. To delete these conveniently, you can run After running +it will load them instead of development environment. To delete these +conveniently, you can run: + + grunt clean