mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-04-14 19:56:23 +00:00
Register babel in gruntfile
This commit is contained in:
parent
c829eb21ed
commit
4a38c36cce
1 changed files with 1 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
|||
/*global module:false*/
|
||||
require('babel/register');
|
||||
var _ = require('lodash');
|
||||
module.exports = function(grunt) {
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue