mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Build: run jshint and jscs on release scripts
This commit is contained in:
parent
97cbab51e2
commit
b80700c75f
@ -82,8 +82,7 @@ module.exports = function( grunt ) {
|
||||
jshint: {
|
||||
all: {
|
||||
src: [
|
||||
"src/**/*.js", "Gruntfile.js", "test/**/*.js", "build/tasks/*",
|
||||
"build/{bower-install,release-notes,release}.js"
|
||||
"src/**/*.js", "Gruntfile.js", "test/**/*.js", "build/**/*.js"
|
||||
],
|
||||
options: {
|
||||
jshintrc: true
|
||||
@ -100,6 +99,7 @@ module.exports = function( grunt ) {
|
||||
|
||||
// Right know, check only test helpers
|
||||
test: [ "test/data/testrunner.js", "test/data/testinit.js" ],
|
||||
release: "build/*.js",
|
||||
tasks: "build/tasks/*.js"
|
||||
},
|
||||
testswarm: {
|
||||
|
@ -53,4 +53,3 @@ http.request({
|
||||
|
||||
});
|
||||
}).end();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user