Tutorial three css file doesn't compile properly
#63
Closed
opened 10 years ago by wolverian
·
3 comments
Loading…
Reference in New Issue
There is no content yet.
Delete Branch '%!s(<nil>)'
Deleting a branch is permanent. It CANNOT be undone. Continue?
Steps to reproduce error
styles.css
file appears on disk and there are no styling visible on the page in the browser.Versions
I'm using Racket 6.2. Pollen was installed with
raco pkg install pollen
.Thanks for the bug report. Reproduced & fixed.
It usually takes a half hour or so for the Racket package server to notice an update (and make it available through
raco pkg update ...
). In the meantime, you make the tutorial work by going intostyles.css.pp
and changing◊(define multiplier 1.3)
to◊(define multiplier "1.3")
.Thanks! Sorry I couldn't debug this deeper myself; the error message was, let's just say, uninformative…