Skip to content

Commit

Permalink
Feature/cleanup packages (#9)
Browse files Browse the repository at this point in the history
* chore(package): removed unwanted packages

* bump package + update version
  • Loading branch information
claylaut committed Dec 8, 2017
1 parent 0a6bcdf commit d303000
Show file tree
Hide file tree
Showing 4 changed files with 72 additions and 229 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
<a name="0.3.8"></a>
## [0.3.8](https://github.com/sketch7/signalr-client/compare/0.3.7...0.3.8) (2017-12-08)



<a name="0.3.7"></a>
## [0.3.7](https://github.com/sketch7/signalr-client/compare/0.3.6...0.3.7) (2017-12-08)

Expand Down
19 changes: 0 additions & 19 deletions build/tasks/build.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
const gulp = require("gulp");
const runSeq = require("run-sequence");
const sourcemaps = require("gulp-sourcemaps");
const plumber = require("gulp-plumber");
const ssvTools = require("@ssv/tools");

const args = require("../args");
Expand Down Expand Up @@ -47,24 +46,6 @@ function compileTs(target) {
configPath: "./tsconfig.build.json",
continueOnError: args.continueOnError
});
// const tsProject = tsc.createProject("tsconfig.json", {
// typescript: require("typescript"),
// module
// // outFile: `${config.packageName}.js`
// });
// const tsResult = gulp.src([config.src.ts, `!${config.src.testTs}`])
// .pipe(plumber())
// //.pipe(changed(paths.output.dist, { extension: ".js" }))
// .pipe(sourcemaps.init())
// .pipe(tsProject());

// return merge([
// tsResult.js
// .pipe(sourcemaps.write("."))
// .pipe(gulp.dest(`${config.output.artifact}/${module}`)),
// tsResult.dts
// .pipe(gulp.dest(`${config.output.artifact}/typings`))
// ]);
}
ssvTools.registerGulpMultiTargetBuilds({
taskName: "ts",
Expand Down
Loading

0 comments on commit d303000

Please sign in to comment.