Compare commits
1 Commits
master
...
davidjbeve
Author | SHA1 | Date | |
---|---|---|---|
|
6b2055f642 |
@ -1,4 +1,4 @@
|
||||
_This project is dead. You should use [Karma](http://karma-runner.github.io/) instead. I do._
|
||||
_I am looking for a new maintainer for this project. Please contact me via GitHub if you're interested._
|
||||
|
||||
# Jasmine Headless WebKit runner
|
||||
|
||||
|
@ -14,6 +14,11 @@ module Jasmine
|
||||
def action
|
||||
CoffeeScript.compile(File.read(file))
|
||||
end
|
||||
|
||||
def relative_cache_file
|
||||
super.gsub(/.coffee$/, '')
|
||||
end
|
||||
|
||||
end
|
||||
end
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user