Revision d36d76726f73ec1b55bda677afb690d33c4584b4 authored by Torkel Ödegaard on 01 October 2019, 18:55:17 UTC, committed by Torkel Ödegaard on 01 October 2019, 18:55:17 UTC
1 parent ac11352
Raw File
gruntfile.js
module.exports = function(grunt) {

  // load grunt config
  require('load-grunt-config')(grunt);

};
back to top