Skip to content
This repository has been archived by the owner on Nov 22, 2021. It is now read-only.

Commit

Permalink
chore(Gruntfile): Remove build task [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
mbenford committed Jul 26, 2014
1 parent 9d83908 commit c7ae450
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
5 changes: 0 additions & 5 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,5 @@ module.exports = function(grunt) {
'shell:git_bower'
]);

grunt.registerTask('build', [
'pack',
'shell:git_build'
]);

grunt.registerTask('default', ['pack']);
};
9 changes: 0 additions & 9 deletions grunt/options/shell.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,5 @@ module.exports = {
stdout: true,
execOptions: { cwd: '<%= bowerDirectory %>' }
}
},
git_build: {
command: [
'git add build/',
'git commit -m "chore(build): Update build files [skip ci]"'
].join('&&'),
options: {
stdout: true
}
}
};

0 comments on commit c7ae450

Please sign in to comment.