Gruntfile.js 83 B

12345
  1. module.exports = function (grunt) {
  2. grunt.initConfig({
  3. "dummy": true
  4. });
  5. };