@@ -1,10 +1,8 @@
-/*global module:false*/
module.exports = function(grunt) {
var path = require('path');
var SOURCE_DIR = 'wp/';
var BUILD_DIR = 'build/';
- // Project configuration.
grunt.initConfig({
clean: {
all: [BUILD_DIR],