Skip to content

Instantly share code, notes, and snippets.

View bdphil86's full-sized avatar

Brandon P. bdphil86

  • Chicago, IL
  • 03:15 (UTC -05:00)
View GitHub Profile
@mauvm
mauvm / Jasmine-and-Babel6.md
Created November 12, 2015 10:51
Jasmine ES6 run script for use with Babel 6
$ npm install --save babel-cli babel-preset-es2015
$ npm install --save-dev jasmine

.babelrc:

{
 "presets": ["es2015"]