From 4a38c36cceacf57928628cc8acf2e8429cc8d61d Mon Sep 17 00:00:00 2001 From: Blade Barringer Date: Sat, 14 Nov 2015 21:51:02 -0600 Subject: [PATCH] Register babel in gruntfile --- Gruntfile.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Gruntfile.js b/Gruntfile.js index f669f21901..76ba62c18d 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -1,4 +1,5 @@ /*global module:false*/ +require('babel/register'); var _ = require('lodash'); module.exports = function(grunt) {