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:
parent
466492f22a
commit
8648d25926
@ -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';
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user