added examples/todo-ps/dist/bundle.html so that the example builds out of the box

This commit is contained in:
Boscop
2018-01-23 00:12:33 +01:00
parent b0d928789b
commit 35db78e04f
3 changed files with 76 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
sudo: false
sudo: required
language: rust
cache: cargo

View File

@@ -8,5 +8,6 @@
/.purs*
/.psa*
.cache
/dist/
/dist/*
!/dist/bundle.html
/build/

73
examples/todo-ps/dist/bundle.html vendored Normal file

File diff suppressed because one or more lines are too long