Skip to content

Commit

Permalink
修正EXEC放了require进来的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
neekey committed Nov 6, 2013
1 parent f47ea48 commit 9e3cb2d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/templates/Gruntfile.js
@@ -1,5 +1,6 @@
var PATH = require('path');
var FS = require( 'fs' );
var EXEC = require( 'child_process').exec;

module.exports = function (grunt) {

Expand Down

0 comments on commit 9e3cb2d

Please sign in to comment.