Skip to content
This repository has been archived by the owner on Sep 10, 2019. It is now read-only.

Commit

Permalink
Remove Markdown and Highlight.js parsers from Gulpfile
Browse files Browse the repository at this point in the history
  • Loading branch information
gakimball committed Dec 23, 2014
1 parent 13c4e75 commit 358860e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,6 @@ gulp.task('copy:templates', ['copy'], function() {
path: 'build/assets/js/routes.js',
root: 'docs'
}))
.pipe(markdown())
.pipe(highlight())
.pipe(gulp.dest('./build/templates'))
;
});
Expand Down

0 comments on commit 358860e

Please sign in to comment.