Raw File
gruntfile.js
module.exports = function (grunt) {
  // load grunt config
  require('load-grunt-config')(grunt);
};
back to top