公告板
版本库
filestore
活动
搜索
登录
main
/
project_management-java
射洪市项目管理系统
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
mybatisplus版本升级支持通用枚举、新增部门树、用户列表的无数据权限接口
xiangpei
2025-02-13
6947c8ed7b241e1d85f49a1c2bd6bff291b17dbf
[project_management-java.git]
/
start
/
src
/
main
/
resources
/
static
/
designer
/
libs
/
sizzle_1.10.16
/
tasks
/
commit.js
1
2
3
4
5
6
7
8
9
10
"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() );
});
};