Skip to content
Browse files

moved actual grunt file to build dir

  • Loading branch information...
1 parent 2be7263 commit e1214285653f0db6b6f67dd86b4bc361c2df08aa @mmcc mmcc committed
Showing with 3 additions and 1 deletion.
  1. +3 −1 Gruntfile.js
  2. 0 { → build}/grunt.js
View
4 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);
};
View
0 grunt.js → build/grunt.js
File renamed without changes.

0 comments on commit e121428

Please sign in to comment.
Something went wrong with that request. Please try again.