Skip to content

Commit

Permalink
Added Elm example to cleanup script and to benchmark runner
Browse files Browse the repository at this point in the history
  • Loading branch information
Eduard Kyvenko committed Oct 2, 2016
1 parent 304865e commit 43e5366
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cleanup.sh
Expand Up @@ -2,6 +2,8 @@ rm -r angular/node_modules
rm -r angular2/node_modules
rm -r aurelia/node_modules
rm -r aurelia/jspm_packages
rm -r elm/elm-stuff
rm -r elm/elm-node_modules
rm -r ember/node_modules
rm -r ember/bower_components
rm -r mithril/node_modules
Expand All @@ -13,6 +15,7 @@ rm -r node_modules
rm -r angular/dist
rm angular2/app/app.js*
rm -r aurelia/dist/*
rm -r elm/dist
rm -r ember/dist
rm -r mithril/dist
rm -r ractive/dist
Expand Down
1 change: 1 addition & 0 deletions webdriver-ts/src/common.ts
Expand Up @@ -36,6 +36,7 @@ export let frameworks = [
f("bobril-v4.44.1"),
f("cyclejs-v7.0.0"),
f("domvm-v1.2.10"),
f("elm-v0.17.1"),
f("inferno-v1.0.0-alpha7"),
f("kivi-v1.0.0-rc0"),
f("mithril-v0.2.5"),
Expand Down

0 comments on commit 43e5366

Please sign in to comment.