Skip to content

Commit 40f8fa2

Browse files
author
Zeno Rocha
committed
Merge pull request #3 from oncletom/patch-1
Removing manual tar handling.
2 parents 9d0e447 + 92f327c commit 40f8fa2

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

app/index.js

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,6 @@ var Generator = module.exports = function() {
1010
'README.md',
1111
];
1212

13-
this.argument('tarFile');
14-
if (this.tarFile) {
15-
this.tarball(this.tarFile, process.cwd(), function (err) {
16-
if (err) {
17-
throw err;
18-
}
19-
});
20-
}
21-
2213
this.package = JSON.parse(this.readFileAsString(path.join(__dirname, '../package.json')));
2314

2415
this.log.writeln('Generating from ' + 'jQuery Boilerplate'.cyan + ' v' + this.package.version.cyan + '...');

0 commit comments

Comments
 (0)