adding a Makefile and caching the latest coffee output for people

who wont like just a coffee src file
This commit is contained in:
Joe Noon 2011-09-26 17:44:37 -07:00
parent 0f546fd088
commit 09fb70f38d
1 changed files with 2 additions and 2 deletions

View File

@ -53,8 +53,8 @@ Installing
Drag .h and .m files into your project's Plugins folder (in xcode) -- I always
just have "Create references" as the option selected.
Compile the coffeescript file to javascript WITH the top-level function wrapper
option (default).
Take the precompiled javascript file from build/, or compile the coffeescript
file in src/ to javascript WITH the top-level function wrapper option (default).
Use the resulting javascript file in your HTML.