omproved readme

This commit is contained in:
2016-01-16 14:09:33 +01:00
parent 24f9e5e982
commit ef314f5b2d
3 changed files with 25 additions and 0 deletions

View File

@ -10,6 +10,8 @@ var paths = {};
paths.cwd = plugins.smartcli.get.cwd().path;
paths.indexTS = plugins.path.join(paths.cwd, "ts/index.ts");
paths.testTS = plugins.path.join(paths.cwd, "ts/test.ts");
plugins.gulp.task("indexTS", function () {
plugins.gulp.src(paths.indexTS)
.pipe(plugins.gulpTypeScript({

0
ts/npmts.default.ts Normal file
View File