Skip to content

Commit 92f327c

Browse files
author
Thomas Parisot
committed
Removing manual tar handling.
Apparently Yeoman handles the TAR stuff on its own. See generator-firefox-os/db3bb9f7f904591e9b3b5409adc3fb96c9ecd601 refs #2
1 parent 9d0e447 commit 92f327c

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)