dimsemenov / Magnific-Popup

Light and responsive lightbox script with focus on performance.
http://dimsemenov.com/plugins/magnific-popup/
MIT License
11.39k stars 3.48k forks source link

pygments error #988

Open bluesherpa opened 7 years ago

bluesherpa commented 7 years ago

When the installation instructions tell you to run grunt, an error message comes up:

Deprecation: The 'pygments' configuration option has been renamed to 'highlighter'. Please update your config file accordingly. The allowed values are 'rouge', 'pygments' or null.

The solution is to change line 18 of Gruntfile.js from:

"pygments: true \r\n";

to:

"highlighter: pygments \r\n";