Skip to content

Commit 01ca1bb

Browse files
committed
feature(gulp) rm
1 parent ca7f549 commit 01ca1bb

File tree

4 files changed

+0
-136
lines changed

4 files changed

+0
-136
lines changed

gulp/cl.js

Lines changed: 0 additions & 23 deletions
This file was deleted.

gulp/tasks/changelog.js

Lines changed: 0 additions & 79 deletions
This file was deleted.

gulp/tasks/package.js

Lines changed: 0 additions & 29 deletions
This file was deleted.

gulpfile.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@
1717
'!' + LIB_CLIENT + 'jquery.js'
1818
];
1919

20-
['changelog', 'package'].forEach(function(name) {
21-
gulp.task(name, require('./gulp/tasks/' + name));
22-
});
23-
2420
gulp.task('jshint', function() {
2521
gulp.src(Src)
2622
.pipe(jshint())
@@ -37,7 +33,6 @@
3733
});
3834

3935
gulp.task('default', ['jshint', 'css']);
40-
gulp.task('release', ['changelog', 'package']);
4136

4237
function onError(params) {
4338
console.log(params.message);

0 commit comments

Comments
 (0)