Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gregmalcolm/guard-jasmine-coffeescript
Implemented instructions for Jasmine with Coffeescript through guard-coffeescript
https://github.com/gregmalcolm/guard-jasmine-coffeescript
Last synced: 4 months ago
JSON representation
Implemented instructions for Jasmine with Coffeescript through guard-coffeescript
- Host: GitHub
- URL: https://github.com/gregmalcolm/guard-jasmine-coffeescript
- Owner: gregmalcolm
- Created: 2011-08-17T11:54:22.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-08-17T11:54:50.000Z (over 13 years ago)
- Last Synced: 2024-04-14T18:20:55.255Z (10 months ago)
- Language: Ruby
- Homepage: https://gist.github.com/673967
- Size: 172 KB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Implemented the instructions here:
https://gist.github.com/673967NOTE: I didn't write the gist. I'm just following the instructions...
This has been applied on a brand new rails projects, giving jasmine with coffeescript, with
the coffeescript getting automatically recomipled via Guard.To setup:
bundle install
bundle db:migrateTo run specs you need to start to proceses:
bundle exec guard
bundle exec jasmineThen from a browser go to:
http://localhost:8888For more information on the Guard coffeesccript plugin https://github.com/guard/guard-coffeescript
Thanks to Michael Kessler (aka netzpirat) for the plugin and demo instructions!