purescript-contrib / purescript-css

A clean, type-safe library for describing, manipulating and rendering CSS
Apache License 2.0
106 stars 40 forks source link

updated for purescript v0.9.1 #33

Closed deamme closed 8 years ago

deamme commented 8 years ago

All tests work using "pulp test". I can't get the gulp build to work though, so please help me with that.

deamme commented 8 years ago

Should be fixed now.

deamme commented 8 years ago

Something went wrong, I think Travis should rebuild it again.

garyb commented 8 years ago

Travis doesn't get along with purescript unless we use the trusty build now for some reason. If we use these lines in the .travis.yml it should work: https://github.com/purescript/purescript-prelude/blob/4650e8dbb4d3f6c7b870b61d908ef6f64503ee34/.travis.yml#L2-L3

Although generally we can drop all the gulp stuff and just use a pulp build anyway. I can do that afterwards though.

garyb commented 8 years ago

Thanks for working on this!