Gruntfile.js 286 B

12345678910
  1. /*
  2. * To change this license header, choose License Headers in Project Properties.
  3. * To change this template file, choose Tools | Templates
  4. * and open the template in the editor.
  5. */
  6. module.exports = function (grunt) {
  7. // Project configuration.
  8. grunt.initConfig({
  9. });
  10. };