Add missing underscore require

This commit is contained in:
Kevin Sawicki
2013-10-11 09:42:14 -07:00
parent e8c399428c
commit 64c5732e51

View File

@@ -1,6 +1,7 @@
fs = require 'fs'
path = require 'path'
_ = require 'underscore'
async = require 'async'
module.exports = (grunt) ->