wip autocommit dist

This commit is contained in:
Kevin Ross 2016-01-26 11:40:22 -06:00
parent 384073fb9b
commit 32c593e00e

View File

@ -482,15 +482,10 @@ module.exports = function (grunt) {
},
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: {
options: {
message: 'dist - publish',
noVerify: true,
noStatus: false
message: 'dist publish',
verbose: true
},
files: {
src: ['dist/**/*']