From 42ee3701ad5fb9e46bb00f06f949711a9877eb00 Mon Sep 17 00:00:00 2001 From: "Marcel Kapfer (mmk2410)" Date: Sat, 9 Apr 2016 11:22:50 +0200 Subject: [PATCH] Updated README.md and gitignore --- .gitignore | 1 + README.md | 3 +++ 2 files changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 939aa31..9021ead 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ *.css +completer.hist main.js node_modules/ .hhconfig diff --git a/README.md b/README.md index bda07b5..5359431 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,9 @@ Make sure you have gulp installed on your system and run ``` gulp sass +``` + +``` gulp coffee ```