There was an error while loading. Please reload this page.
1 parent 3a9fdd3 commit 0e21a99Copy full SHA for 0e21a99
gulpfile.js
@@ -1,5 +1,7 @@
1
const exec = require('child_process').exec,
2
-git = require('gulp-git'),
+fs = require('fs');
3
+
4
+const git = require('gulp-git'),
5
gulp = require('gulp'),
6
jshint = require('gulp-jshint'),
7
prompt = require('gulp-prompt');
0 commit comments