Ignore:
Timestamp:
03/14/14 12:36:58 (11 years ago)
Author:
hendrikvanantwerpen
Message:

Enable deployment with Grunt.

Location:
Dev/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Dev/trunk

    • Property svn:ignore
      •  

        old new  
        11build
        2 quod-erat.git
  • Dev/trunk/node_modules/grunt-coffeelint/README.md

    r484 r516  
    1414    grunt.loadNpmTasks('grunt-coffeelint');
    1515
     16## Options
     17
     18A few additional options are supported:
     19
     20### force
     21Type: `Boolean`
     22Default value: `false`
     23
     24Set `force` to `true` to report CoffeeLint errors but not fail the task.
    1625
    1726## Configuration
     
    6877````
    6978
    70 For available options see [example configuration] or [coffeelint homepage].
    71 
     79For available options see [coffeelint homepage].
    7280
    7381[CoffeeLint]: http://www.coffeelint.org/
    7482[coffeelint homepage]: http://www.coffeelint.org/
    75 [example configuration]: https://raw.github.com/clutchski/coffeelint/master/examples/coffeelint.json
Note: See TracChangeset for help on using the changeset viewer.