First commit
This commit is contained in:
commit
c6e2478c40
13918 changed files with 2303184 additions and 0 deletions
34
sites/all/modules/civicrm/bower_components/jquery-validation/build/release.js
vendored
Normal file
34
sites/all/modules/civicrm/bower_components/jquery-validation/build/release.js
vendored
Normal file
|
@ -0,0 +1,34 @@
|
|||
/*jshint node:true */
|
||||
module.exports = function( Release ) {
|
||||
|
||||
function today() {
|
||||
return new Date().toISOString().replace(/T.+/, "");
|
||||
}
|
||||
|
||||
// also add version property to this
|
||||
Release._jsonFiles.push( "validation.jquery.json" );
|
||||
|
||||
Release.define({
|
||||
issueTracker: "github",
|
||||
changelogShell: function() {
|
||||
return Release.newVersion + " / " + today() + "\n==================\n\n";
|
||||
},
|
||||
|
||||
generateArtifacts: function( done ) {
|
||||
Release.exec( "grunt release", "Grunt command failed" );
|
||||
done([
|
||||
"dist/additional-methods.js",
|
||||
"dist/additional-methods.min.js",
|
||||
"dist/jquery.validate.js",
|
||||
"dist/jquery.validate.min.js"
|
||||
]);
|
||||
},
|
||||
|
||||
// disable CDN publishing
|
||||
cdnPublish: false,
|
||||
|
||||
// disable authors check
|
||||
_checkAuthorsTxt: function() {}
|
||||
});
|
||||
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue