From f86ab3be90452a6b5ec4738dfa318cd3c5baeef9 Mon Sep 17 00:00:00 2001 From: Riku Rouvila Date: Wed, 8 Jul 2015 20:42:34 +0300 Subject: [PATCH] resource links to readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index a89ac47..84a9b22 100644 --- a/README.md +++ b/README.md @@ -51,8 +51,14 @@ All dependencies are meant to be installed with **bower** or with **npm**. * [eslint](http://eslint.org/) * When used as an editor plugin (for example. [SublimeLinter](http://sublimelinter.readthedocs.org/en/latest/) + [SublimeLinter-eslint](https://github.com/roadhump/SublimeLinter-eslint)), gives you immediate feedback about your code and can find bugs, potential problem areas, poor coding styles and stylistic issues. +--- ## FAQ ### I want to use CoffeeScript instead of JavaScript Check out the [coffee branch](https://github.com/leonidas/gulp-project-template/tree/coffee) + +## Useful resources +* [Browserify handbook](https://github.com/substack/browserify-handbook) + * [avoiding ../../../../../../..](https://github.com/substack/browserify-handbook#avoiding-) +* [MindBEMding – getting your head ’round BEM syntax](http://csswizardry.com/2013/01/mindbemding-getting-your-head-round-bem-syntax/)