windhamdavid 11 years ago
parent
commit
7963b057a0
1 changed files with 0 additions and 2 deletions
  1. 0 2
      Gruntfile.js

+ 0 - 2
Gruntfile.js

@@ -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],