Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Commit

Permalink
fix(build): enable build of component modules.
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasBurleson committed May 11, 2015
1 parent b3ddebd commit 8a886d7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,8 @@ function buildModule(module, isRelease) {

function buildModuleJs(name) {
return lazypipe()
.pipe(plumber())
.pipe(ngAnnotate())
.pipe(BUILD_MODE.transform())
.pipe(plumber)
.pipe(ngAnnotate)
.pipe(concat, name + '.js')
();
}
Expand Down

0 comments on commit 8a886d7

Please sign in to comment.