An open API service indexing awesome lists of open source software.

https://github.com/danielrohers/validatorfrontend

This plugin is intended to validate the JavaScript and CSS technologies through JSLint and CSSLint
https://github.com/danielrohers/validatorfrontend

Last synced: about 1 year ago
JSON representation

This plugin is intended to validate the JavaScript and CSS technologies through JSLint and CSSLint

Awesome Lists containing this project

README

          

ValidatorFrontEnd
=================

This plugin is intended to validate the JavaScript and CSS technologies through JSLint and CSSLint

# Installation
#### In plugin:

cd ValidatorFrontEnd
grails clean
grails refresh-dependencies
grails compile
grails maven-install

#### In your project:

cd YourProject

Add in `BuildConfig.groovy`:

compile ":validator-front-end:0.1"

Run in terminal:

grails clean
grails refresh-dependencies

# Usage
In your project execute this scripts:

grails JSLint
grails CSSLint

# Requirements
* NPM [jslint] (https://npmjs.org/package/jslint)
* NPM [csslint] (http://csslint.net/about.html#node)
* [Grails 2.2.3] (http://grails.org)