0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00

Merge pull request #1035 from pdehaan/patch-1

Update Gruntfile.js
This commit is contained in:
Hannah Wolfe 2013-10-14 12:38:09 -07:00
commit 2a459b508a

View file

@ -2,7 +2,6 @@ var path = require('path'),
when = require('when'),
semver = require('semver'),
fs = require('fs'),
path = require('path'),
_ = require('underscore'),
spawn = require("child_process").spawn,
buildDirectory = path.resolve(process.cwd(), '.build'),