dctrl / csslint.tmbundle

CSS Lint Bundle

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CSSLint TextMate Bundle

Forked orignally from JSHint TM Bundle and updated to use CSSLint

TextMate bundle for CSSLint

Screenshot

Features:

  • Runs automatically upon save (⌘S)
  • Can be bypassed by pressing ⇧⌘S
  • Output is only shown when errors are found
  • Based on Node.js

Installation

Download the zip file and rename the extracted folder to csslint.tmbundle. Double-click.

Prerequisites

You need Node.js and TextMate, that's all.

If you don't have Node.js installed on your system you can also use Pierre Bertet's fork which uses WebKit's JavaScriptCore instead.

This bundle uses #!/usr/local/bin/node to launch the node process. If you get a node - not found error,the PATH variable is probably not setup in TextMate.

Contributors

About

CSS Lint Bundle