Skip to content
Snippets Groups Projects
Gruntfile.js 75 B
module.exports = function(grunt) {
  grunt.loadNpmTasks('grunt-parts');
};