FLUID-230: Build script should also JSLint files

Metadata

Source
FLUID-230
Type
Sub-task
Priority
Major
Status
Closed
Resolution
Fixed
Assignee
Jonathan Hung
Reporter
Jonathan Hung
Created
2008-02-11T12:42:54.000-0500
Updated
2008-03-19T13:36:39.000-0400
Versions
  1. 0.1
Fixed Versions
  1. 0.3
Component
  1. Infrastructure

Description

Comments

  • Jonathan Hung commented 2008-02-14T12:28:47.000-0500

    Originally wanted to YUI Compressor to validate the files, but it can't do validation WITHOUT minifying. Therefore went with a JSLint in a separate "validate" ant target since it gives us the flexibility to validate without having to minify.

  • Jonathan Hung commented 2008-03-19T13:36:39.000-0400

    Ant build script has a 'validate' target which runs JSLint on all JS files found in the webapp/fluid-components/ directory.