/*jshint node:true */ 'use strict'; module.exports = function (grunt) { grunt.loadNpmTasks('grunt-mkdir'); grunt.config('mkdir.create-build', { options: { create: ['build/<%= grunt.task.current.args[0] %>'] } }); };