Revision c98db1615f0d84557ad9b9cbd032903f4369bda6 authored by Garrett Guillotte on 11 October 2022, 16:23:48 UTC, committed by GitHub on 11 October 2022, 16:23:48 UTC
1 parent 62314bb
Raw File
gruntfile.js
module.exports = function (grunt) {
  // load grunt config
  require('load-grunt-config')(grunt);
};
back to top