Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace included CoffeeScript library with the coffee-script gem #60

Closed
netzpirat opened this issue Aug 5, 2012 · 2 comments
Closed

Comments

@netzpirat
Copy link
Collaborator

Haml Coffee Assets contains its own version of CoffeeScript. Replace that with the coffee-script gem. See also #37

@paulyoung
Copy link
Contributor

Happy to look into this if you can explain some more about it.

@netzpirat
Copy link
Collaborator Author

Great. I'm talking about the Compiler, which uses ExecJS to create a JS runtime with the concatenated sources of CoffeeScript, Haml-Coffee and the Haml Coffee Assets compiler interface. Initially I tried to use the Ruby CoffeeScript compiler, but at that time I wasn't able to get it running in that way. Ideally we can use the Ruby CoffeeScript compiler that depends on coffee-script-source, so we don't need include our own version of CoffeeScript.

netzpirat added a commit that referenced this issue Aug 9, 2012
Fixes #60: Remove included CoffeeScript library and use the one in the gem instead
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants