gruntfile.js 102 B

123456
  1. module.exports = function(grunt) {
  2. // load grunt config
  3. require('load-grunt-config')(grunt);
  4. };