Hi,
I’m using grigio:babel
, naming my files foo.es6.js
, and it all works pretty well. However, Velocity (using Jasmine) complains on startup:
W20150710-00:35:03.711(1)? (STDERR) [sanjo:jasmine]: The file "...lib/models.es6.js" has syntax errors. [SyntaxError: Unexpected token {]
W20150710-00:35:03.721(1)? (STDERR) [sanjo:jasmine]: The file ".../server/startup.es6.js" has syntax errors. [SyntaxError: Unexpected token {]
Is there a way to have the transpiling happen before Velocity takes the file?
Martin