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
- Host: GitHub
- URL: https://github.com/danielrohers/validatorfrontend
- Owner: danielrohers
- Created: 2013-10-14T03:45:51.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-11-28T23:16:07.000Z (over 12 years ago)
- Last Synced: 2025-03-18T03:31:39.561Z (over 1 year ago)
- Language: Groovy
- Size: 113 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)