Skip to content

Commit

Permalink
removed generators, updated to rollup build process
Browse files Browse the repository at this point in the history
  • Loading branch information
dmonad committed Sep 6, 2017
1 parent 1e273d4 commit f2b02bd
Show file tree
Hide file tree
Showing 12 changed files with 4,307 additions and 459 deletions.
10 changes: 10 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"presets": [
["latest", {
"es2015": {
"modules": false
}
}]
],
"plugins": ["external-helpers"]
}
8 changes: 1 addition & 7 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,2 @@
/node_modules/
/build/
bower_components
.directory
.c9
.codio
.settings
.vscode
/y-map.*
4 changes: 0 additions & 4 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,4 +0,0 @@
[submodule "dist"]
path = dist
url = https://github.com/y-js/y-map.git
branch = dist
1 change: 0 additions & 1 deletion dist
Submodule dist deleted from e055f4
40 changes: 0 additions & 40 deletions gulpfile.js

This file was deleted.

28 changes: 0 additions & 28 deletions karma.conf.js

This file was deleted.

Loading

0 comments on commit f2b02bd

Please sign in to comment.