Skip to content

Commit

Permalink
fix issue
Browse files Browse the repository at this point in the history
  • Loading branch information
VadimDez committed Oct 28, 2016
1 parent fe90d8c commit b6b1cb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ gulp.task("compile", ["tslint"], () => {
* Compile TypeScript sources and create sourcemaps in build directory.
*/
gulp.task('compile-and-inline-html', ['tslint'], () => {
let tsResult = gulp.src(`${ __dirname }src/**/*.ts`)
let tsResult = gulp.src(`${ __dirname }/src/**/*.ts`)
.pipe(inlineNg2Template({ base: './src' }))
.pipe(sourcemaps.init())
.pipe(tsProject());
Expand Down

0 comments on commit b6b1cb2

Please sign in to comment.