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

Commit

Permalink
feat(ng-updte): angular version is upgraded to 6.x
Browse files Browse the repository at this point in the history
  • Loading branch information
sanbornsen authored and sudsen committed Oct 10, 2018
1 parent 4bcf04d commit d752864
Show file tree
Hide file tree
Showing 41 changed files with 3,750 additions and 1,550 deletions.
2 changes: 0 additions & 2 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ mach.transpileLESS = function (src, debug) {

// Build
gulp.task('build', function (done) {

// app (default)
mach.tslint(appSrc + '/app/**/*.ts'); // Report all the linter errors
mach.transpileTS(); // Transpile *.ts to *.js; _then_ post-process require statements to load templates
Expand Down Expand Up @@ -142,7 +141,6 @@ gulp.task('build', function (done) {
util.log('');
util.log('in the npm module you want to link this one to');
}

done();

});
Expand Down
Loading

0 comments on commit d752864

Please sign in to comment.