Skip to content

Commit

Permalink
Removed extraneous require.
Browse files Browse the repository at this point in the history
  • Loading branch information
scottgonzalez committed Aug 14, 2012
1 parent f46d50e commit 5b989e9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions grunt.js
Expand Up @@ -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/";

Expand Down

0 comments on commit 5b989e9

Please sign in to comment.