update
This commit is contained in:
@@ -28,7 +28,7 @@ plugins.gulp.task("indexTS", function(){
|
||||
.pipe(plugins.gulp.dest(paths.cwd))
|
||||
});
|
||||
|
||||
plugins.gulp.task("default",[],function(){
|
||||
plugins.gulp.task("default",["indexTS"],function(){
|
||||
plugins.beautylog.success("TypeScript for this module was compiled successfully.");
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user