Skip to content

Commit

Permalink
chore(release): v0.6.5 (#86)
Browse files Browse the repository at this point in the history
* chore(changelog): added changelog process (#79)

Fixes #74

* chore(build): fix build getting stuck

* fix(dependencies): add http module to imports

Fixes #80

* fix(input): fixed extensions not working when not specified (#83)

fixes #82

* fix(output): emit onRemove when all files are cleared (#85)

fixes #84
  • Loading branch information
aberezkin authored and UncleDave committed Jul 1, 2017
1 parent cd351ce commit 6260ee9
Show file tree
Hide file tree
Showing 6 changed files with 1,078 additions and 22 deletions.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ package-lock.json
yarn.lock
src/tsconfig.json
.npmignore
.travis.yml
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const gulp = require('gulp');
const inlineNg2Template = require('gulp-inline-ng2-template');

gulp.task('build', function () {
gulp.src('src/**/*.ts')
return gulp.src('src/**/*.ts')
.pipe(inlineNg2Template({ base: 'src', useRelativePaths: true }))
.pipe(gulp.dest('.tmp'));
});
Loading

0 comments on commit 6260ee9

Please sign in to comment.