Skip to content

Commit

Permalink
fixed gulp task
Browse files Browse the repository at this point in the history
  • Loading branch information
iamisti committed Dec 27, 2015
1 parent 83bbb95 commit 70fa44e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/md-data-table-templates.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion gulp-tasks/dist.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ gulp.task('dist', function() {

var templatesStream = gulp
.src(htmlFiles)
.pipe(templateCache('md-data-table-templates.js', { root:'/', standalone:true }))
.pipe(templateCache('md-data-table-templates.js', { root:'/', module:'mdtTemplates', standalone:true }))
.pipe(gulp.dest('dist'));

return eventStream.merge([jsStream, templatesStream, cssStream]);
Expand Down

0 comments on commit 70fa44e

Please sign in to comment.