All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.dirigible.ide-bpm.libs.sizzle_1.10.16.tasks.commit.js Maven / Gradle / Ivy

There is a newer version: 10.6.37
Show newest version
"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