Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gulp browser failed #19

Open
lealife opened this issue Jan 10, 2019 · 1 comment
Open

gulp browser failed #19

lealife opened this issue Jan 10, 2019 · 1 comment

Comments

@lealife
Copy link

lealife commented Jan 10, 2019

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
Copy link
Author

lealife commented Jan 10, 2019

Update gulpfile.js fix it:

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

lealife added a commit to lealife/bitcore that referenced this issue Jan 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant