Skip to content

Commit b5e954a

Browse files
committed
grunt.js: removed reference to pygmentize as that has been moved to grunt-jquery-content in f056d3e
1 parent dc697d7 commit b5e954a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

grunt.js

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
/*jshint node:true */
22
module.exports = function( grunt ) {
33

4-
var // modules
5-
pygmentize = require( "pygmentize" ),
6-
7-
// files
4+
var // files
85
pageFiles = grunt.file.expandFiles( "pages/*.html" ),
96
entryFiles = grunt.file.expandFiles( "entries/*.xml" ),
107
noteFiles = grunt.file.expandFiles( "notes/*.xml" ),

0 commit comments

Comments
 (0)