META-INF.dirigible.ide-bpm.libs.sizzle_1.10.16.tasks.commit.js Maven / Gradle / Ivy
"use strict";
var exec = require( "child_process" ).exec;
module.exports = function( grunt ) {
grunt.registerTask( "commit", "Add and commit changes", function( message ) {
// Always add dist directory
exec( "git add dist && git commit -m " + message, this.async() );
});
};
© 2015 - 2025 Weber Informatics LLC | Privacy Policy