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

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Hakerh400 committed Feb 4, 2018
1 parent 363ea21 commit a5b6151
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions github/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ function push(repoName, cb = O.nop){
copyAndPushFiles();
});
}else if(minify){
console.log(1);

fs.mkdirSync(tmpDir);

minifier.minify(src, tmpDir, err => {
Expand All @@ -76,8 +78,6 @@ function push(repoName, cb = O.nop){
src = tmpDir;
copyAndPushFiles();
});

console.log(1);
}else{
copyAndPushFiles();
}
Expand Down

0 comments on commit a5b6151

Please sign in to comment.