Update build process.

This commit is contained in:
Lars Jung 2014-08-17 17:30:22 +02:00
parent d83856be32
commit 3e55f1c648
2 changed files with 8 additions and 15 deletions

View file

@ -18,7 +18,7 @@
(function () {
'use strict';
/*global jQuery, marked, Modernizr, moment, _ */
/*global jQuery, marked, Modernizr, moment, Prism, _ */
modulejs.define('$', function () { return jQuery; });
modulejs.define('marked', function () { return marked; });
modulejs.define('modernizr', function () { return Modernizr; });