grunt-verifylowercase
v0.2.0
Published
Verifies that files have lowercase extensions.
Downloads
76
Readme
grunt-verifylowercase
Verifies that files have lowercase extensions.
Getting Started
Install this grunt plugin next to your project's grunt.js gruntfile with: npm install grunt-verifylowercase
Then add this line to your project's grunt.js
gruntfile:
grunt.loadNpmTasks('grunt-verifylowercase');
Documentation
verifylowercase
is a multitask. Inside your grunt.js
add a section named verifylowercase
containing the list of files that should be analized.
The grunt task will fail if a filename has an uppercase letter in it's extension.
Config example
verifylowercase : {
all : {
files : ["src/**"]
}
}
Contributing
In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using grunt.
License
Copyright (c) 2012 Aria Templates
Licensed under the Apache 2.0 license.