Skip to content

Commit

Permalink
moved actual grunt file to build dir
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcc committed Sep 22, 2015
1 parent 2be7263 commit e121428
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Gruntfile.js
@@ -1,5 +1,7 @@
require('babel/register');

// Need to `require` a separate Grunt file so we can use ES6 syntax via
// Babel's require hook.
module.exports = function(grunt) {
require('./grunt.js')(grunt);
require('./build/grunt.js')(grunt);
};
File renamed without changes.

0 comments on commit e121428

Please sign in to comment.