Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit ed43448

Browse files
committed
Systemjs builder isn't used
1 parent cd03989 commit ed43448

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

gulpfile.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
const gulp = require('gulp');
44
const del = require('del');
5-
const Builder = require('systemjs-builder');
65
const runSequence = require('run-sequence');
76
const concat = require('gulp-concat');
87
const cleanCss = require('gulp-clean-css');
@@ -74,4 +73,4 @@ gulp.task('run-update', () => {
7473

7574
gulp.task('wipe-npm-update', ['wipe-npm'], () => {
7675
gulp.start('run-update');
77-
});
76+
});

0 commit comments

Comments
 (0)