From 5adc68d6362e25ad5296424307fd2f99e1a265d1 Mon Sep 17 00:00:00 2001 From: Marc Ducobu Date: Tue, 11 Nov 2014 08:54:17 +0100 Subject: [PATCH] Adding help --- Resources/README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 Resources/README.md diff --git a/Resources/README.md b/Resources/README.md new file mode 100644 index 000000000..ab650727a --- /dev/null +++ b/Resources/README.md @@ -0,0 +1,19 @@ +ScratchCSS +========== + +Installation +------------ + +```bash +npm install +grunt +``` + +Developpement : autoupdate +-------------------------- + +```bash +grunt watch +``` + +This command will copy all the css file into `../../../../web/bundles/chillmain/` \ No newline at end of file