Skip to content

Commit

Permalink
[INTERNAL] AbstractBuilder: Refactoring & Introducing Build Phases
Browse files Browse the repository at this point in the history
  • Loading branch information
devtomtom committed Apr 6, 2018
1 parent 37d6531 commit c057d1f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion lib/types/application/ApplicationBuilder.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ class ApplicationBuilder extends AbstractBuilder {
});
});
}

}

/**
Expand Down
1 change: 0 additions & 1 deletion lib/types/library/LibraryBuilder.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ const tasks = { // can't require index.js due to circular dependency
};

class LibraryBuilder extends AbstractBuilder {

preprocess() {
this.addTask("replaceCopyright", () => {
const replaceCopyright = tasks.replaceCopyright;
Expand Down

0 comments on commit c057d1f

Please sign in to comment.