From 384073fb9b13d3656eefc2a52e4f82877d542f27 Mon Sep 17 00:00:00 2001 From: Kevin Ross Date: Tue, 26 Jan 2016 11:27:36 -0600 Subject: [PATCH] note about crlf in auto commit --- Gruntfile.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Gruntfile.js b/Gruntfile.js index dd4cae59..fc89457d 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -482,6 +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',