From 9bee23b086891a85fcfc8110ae19a9ad483c8e62 Mon Sep 17 00:00:00 2001 From: Eugene Kuzmenko Date: Fri, 9 Oct 2015 14:00:37 +0300 Subject: [PATCH] [added] updated readme to include a mention about the Watchman requirement --- README.md | 1 + docs/index.html | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 088a2bd..e668261 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ NodeJS; lint, compile, auto-prefix, minify and gzip SASS.* 1. [Facebook Flow](http://flowtype.org/) 2. [SCSS-Lint](https://github.com/brigade/scss-lint) +2. [Watchman](https://facebook.github.io/watchman/) Important! Create a .flowconfig file at the root of your project with the following contents: diff --git a/docs/index.html b/docs/index.html index 4ee7d77..0c528ca 100644 --- a/docs/index.html +++ b/docs/index.html @@ -56,6 +56,7 @@

Prerequisites

  1. Facebook Flow
  2. SCSS-Lint
  3. +
  4. Watchman

Important! Create a .flowconfig file at the root of your project with the following contents:

[ignore]