mojs / mojs-player

GUI player to control your animations
MIT License
290 stars 48 forks source link

Gulp babel-lib can't run via syntax error #12

Open weisjohn opened 7 years ago

weisjohn commented 7 years ago

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?

legomushroom commented 7 years ago

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