outwatch / purescript-outwatch

A functional and reactive UI framework based on Rx and VirtualDom
https://outwatch.github.io/?lang=purescript
Apache License 2.0
34 stars 5 forks source link

Clean up + rename modules + some restructure #1

Closed sectore closed 7 years ago

sectore commented 7 years ago
LukaJCB commented 7 years ago

Hey Jens, thanks a lot for creating this pull request, I really appreciate it and wanted to do something very similar very soon. Travis doesn't seem to like it yet, though, I think you might need to add npm install yarn first. :)

sectore commented 7 years ago

@LukaJCB Finally, all tests on travis are running now. It seems there are some issues to run PhantomJS by installing from yarn. So I have removed yarn.lock to avoid that travis is using yarn, but just npm bla bla. Anyway, this fix took me 5x more time than making the pull request - haha.

LukaJCB commented 7 years ago

Looks great to me, thanks again :)