decred / bitcore

Decred fork of bitcore.
Other
5 stars 28 forks source link

gulp browser failed #19

Open lealife opened 5 years ago

lealife commented 5 years ago

On branch master-new

$ gulp browser
[11:41:22] Using gulpfile xxx/gulpfile.js
[11:41:23] Task 'browser' is not in your gulpfile
[11:41:23] Please check the documentation for proper gulpfile formatting
$ gulp -v     
[11:44:28] CLI version 3.8.11
[11:44:28] Local version 3.9.1
$ node -v
v8.10.0
lealife commented 5 years ago

Update gulpfile.js fix it:

var bitcoreTasks = require('bitcore-build');
var tasks = bitcoreTasks('lib');
var gulp = require('gulp');
gulp.task('browser', tasks.browser)