Skip to content

Commit

Permalink
build: switch to rollup for bundling/building
Browse files Browse the repository at this point in the history
  • Loading branch information
DSchau committed May 19, 2017
1 parent f1303f5 commit b80a16b
Show file tree
Hide file tree
Showing 10 changed files with 1,354 additions and 1,342 deletions.
16 changes: 16 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"presets": [
[
"env",
{
"modules": false,
"targets": {
"browsers": [
"last 2 versions",
"safari >= 7"
]
}
}
]
]
}
34 changes: 0 additions & 34 deletions Gruntfile.js

This file was deleted.

Loading

0 comments on commit b80a16b

Please sign in to comment.