Revision 0821c36685ce8ff9d2c4873786c149f4a33eac30 authored by Erik Sundell on 15 December 2022, 15:26:24 UTC, committed by Erik Sundell on 15 December 2022, 15:26:24 UTC
1 parent 990ed5d
Raw File
gruntfile.js
module.exports = function (grunt) {
  // load grunt config
  require('load-grunt-config')(grunt);
};
back to top