guerilla
guerilla copied to clipboard
Babel and ES6 Utilities Class
looks like the tests is actually failing, could you take a look? @seyeojumu https://travis-ci.org/yahoo/guerilla/jobs/116933560
CLA is valid!
Unit test fixed. Please take a look and merge it maybe. :smile:
Made a couple changes based on information from here. Something to be aware of -- the tests seem to take much longer to run now; especially on v0.12.
Maybe we should probably re-organize the package.json a little bit -- create a build target so that the transpiling happens only once?
Anywho, LGTM +1
the tests does seem taking longer than before on travis, on my computer it seems fine.
do you mean we could check in the compiled javascript (from babel)?
in webstorm *-compiled.js.map
and *-compiled.js
would be generated if i set up a watcher.
but i felt like it is too webstorm-specific and i just ignored them.