mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-26 12:21:36 +03:00
Update Gruntfile.js
Removing double 'path' require()
This commit is contained in:
parent
bb3b153d1c
commit
f4dabe07b5
@ -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'),
|
||||
|
Loading…
Reference in New Issue
Block a user