mojs-player icon indicating copy to clipboard operation
mojs-player copied to clipboard

Gulp babel-lib can't run via syntax error

Open weisjohn opened this issue 8 years ago • 1 comments

On master:

$ gulp babel-lib
[11:44:14] Using gulpfile ~/mysrc/weisjohn/mojs-player/gulpfile.js
[11:44:14] Starting 'babel-lib'...
[11:44:15] Plumber found unhandled error:
 SyntaxError in plugin 'gulp-babel'
Message:
    /Users/john/mysrc/weisjohn/mojs-player/js/mojs-player.babel.js: Unexpected token (504:20)
[11:44:15] Finished 'babel-lib' after 974 ms

I notice there's no .babelrc file in the repo, maybe that's related?

weisjohn avatar Feb 09 '17 16:02 weisjohn

Hey @weisjohn, sorry for the inconvenience! gulp is actually redundant for this repo, so we need remove it completely.

legomushroom avatar Feb 09 '17 16:02 legomushroom