From b94f7c220688bd3fb12739e7f1455bf44d5dbce2 Mon Sep 17 00:00:00 2001 From: zzmp Date: Wed, 17 Sep 2014 17:12:03 -0700 Subject: [PATCH] add mithril.deps to Gruntfile --- Gruntfile.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Gruntfile.js b/Gruntfile.js index 5578d29b..3779622b 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -37,6 +37,7 @@ module.exports = function(grunt) { "mithril.prop", "mithril.redraw", "mithril.render", + "mithril.deps", "mithril.request", "mithril.route", "mithril.sync",