Revision cbefbd3ff784b6989d60d96c8fc6808dc9950eef authored by Joao Silva on 22 June 2022, 16:20:57 UTC, committed by GitHub on 22 June 2022, 16:20:57 UTC
1 parent 4b42cd3
Raw File
gruntfile.js
module.exports = function (grunt) {
  // load grunt config
  require('load-grunt-config')(grunt);
};
back to top