mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2025-02-09 08:10:39 +03:00
wip autocommit dist
This commit is contained in:
parent
384073fb9b
commit
32c593e00e
|
@ -482,15 +482,10 @@ module.exports = function (grunt) {
|
||||||
},
|
},
|
||||||
|
|
||||||
gitcommit: {
|
gitcommit: {
|
||||||
// NOTE: you may need: `git config core.autocrlf true` on your system if you receive:
|
|
||||||
// Warning: warning: CRLF will be replaced by LF in dist/js/bootstrap-material-design.es2015.js.
|
|
||||||
// The file will have its original line endings in your working directory. Use --force to continue.
|
|
||||||
|
|
||||||
dist: {
|
dist: {
|
||||||
options: {
|
options: {
|
||||||
message: 'dist - publish',
|
message: 'dist publish',
|
||||||
noVerify: true,
|
verbose: true
|
||||||
noStatus: false
|
|
||||||
},
|
},
|
||||||
files: {
|
files: {
|
||||||
src: ['dist/**/*']
|
src: ['dist/**/*']
|
||||||
|
|
Loading…
Reference in New Issue
Block a user