1
0
mirror of https://github.com/bigchaindb/site.git synced 2024-11-22 01:36:55 +01:00

Make spawn compatible with Windows operating systems

This commit is contained in:
vrde 2016-10-17 17:08:55 +02:00
parent 466492f22a
commit 8648d25926
No known key found for this signature in database
GPG Key ID: 6581C7C39B3D397D
2 changed files with 2 additions and 1 deletions

View File

@ -110,7 +110,7 @@ gulp.task('jekyll', function(cb) {
browser.notify('Compiling Jekyll');
var spawn = require('child_process').spawn;
var spawn = require('cross-spawn');
if (isProduction) {
process.env.JEKYLL_ENV = 'production';

View File

@ -23,6 +23,7 @@
"devDependencies": {
"browser-sync": ">=2.10.0",
"concurrent-transform": "^1.0.0",
"cross-spawn": "^4.0.2",
"del": "^2.0.2",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.0.1",