Skip to content

Commit

Permalink
Updated Grunt asset publish commit messages
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenbenner committed Aug 22, 2016
1 parent e21b662 commit 147c59c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -237,14 +237,14 @@ module.exports = function(grunt) {
addindex: {
command: [
'git add index.md',
'git commit -m "Publishing docs."'
'git commit -m "Publishing docs"'
].join(' && ')
},
addassets: {
command: [
'git add scripts/<%= files.cat %>',
'git add styles/jquery.powertip*.css',
'git commit -m "Publishing assets."'
'git commit -m "Publishing assets"'
].join(' && ')
},
checkoutmaster: {
Expand Down

0 comments on commit 147c59c

Please sign in to comment.