Skip to content

Commit

Permalink
Issue #604 - Remove marked.js as a depedency.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Taylor committed Apr 6, 2015
1 parent bc7ee41 commit be53548
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 9 deletions.
1 change: 0 additions & 1 deletion grunt-tasks/concat.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ module.exports = function(grunt) {
'<%= jsPath %>/vendor/backbone-min.js',
'<%= jsPath %>/vendor/moment-min.js',
'<%= jsPath %>/vendor/prism.js',
'<%= jsPath %>/vendor/marked-min.js',
'<%= jsPath %>/vendor/mousetrap-min.js',
'<%= jsPath %>/vendor/backbone.mousetrap.js',
'<%= jsPath %>/lib/flash-message.js',
Expand Down
1 change: 0 additions & 1 deletion grunt-tasks/jshint.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ module.exports = function(grunt) {
console: true,
define: true,
issueNumber: true,
marked: true,
moment: true,
Mousetrap: true,
Prism: true,
Expand Down
Loading

0 comments on commit be53548

Please sign in to comment.