Skip to content

Commit

Permalink
chore tasks: update generate-binary task
Browse files Browse the repository at this point in the history
Do not copy ```lib/_cli.js``` and ```lib/gitlog.js```
to the ```bin/``` directory anymore.
  • Loading branch information
davidlinse committed Jun 7, 2015
1 parent 3613cc9 commit 4ffc0fb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tasks/generate-binary.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
$ grunt generate-binary
@author David Linse <[email protected]>
@version 0.1.1
@version 0.2.0
@license MIT
*/
Expand All @@ -31,8 +31,6 @@ module.exports = function(grunt) {
var dest = grunt.config.process('bin/<%= pkg.name %>');

grunt.file.mkdir('bin');
grunt.file.copy('lib/_cli.js', 'bin/_cli.js');
grunt.file.copy('lib/gitlog.js', 'bin/gitlog.js');

grunt.file.copy(src, dest, opts);

Expand Down

0 comments on commit 4ffc0fb

Please sign in to comment.