diff --git a/grunt.js b/grunt.js index c7d1a2a..86312ac 100644 --- a/grunt.js +++ b/grunt.js @@ -54,8 +54,7 @@ grunt.registerTask( "build-download", function() { // TODO: Merge with grunt-jquery-content grunt.registerMultiTask( "build-pages", "Process markdown files as pages and syntax higlight code snippets", function() { - var markdown = require( "markdown" ).markdown, - marked = require( "marked" ), + var marked = require( "marked" ), files = this.data, targetDir = grunt.config( "wordpress.dir" ) + "/posts/";