create README-dev
This commit is contained in:
@ -10,8 +10,6 @@ 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({
|
||||
|
1
ts/npmts.default.js
Normal file
1
ts/npmts.default.js
Normal file
@ -0,0 +1 @@
|
||||
//# sourceMappingURL=npmts.default.js.map
|
1
ts/npmts.default.js.map
Normal file
1
ts/npmts.default.js.map
Normal file
@ -0,0 +1 @@
|
||||
{"version":3,"file":"npmts.default.js","sourceRoot":"","sources":["npmts.default.ts"],"names":[],"mappings":""}
|
Reference in New Issue
Block a user