dyoo / whalesong

Whalesong: Racket to JavaScript compiler
http://hashcollision.org/whalesong
250 stars 30 forks source link

Adding the flag --include-script to build. #88

Closed soegaard closed 12 years ago

soegaard commented 12 years ago

Javascript libraries are often included in the header. The flag --include-script can be used to inject Javascript into the header of the html file that Whalesong builds. An example using the Mathjax library is in examples/mathjax.rkt.

dyoo commented 12 years ago

Awesome! Merging.