mirror of
https://github.com/teampoltergeist/poltergeist.git
synced 2022-11-09 12:05:00 -05:00
6 lines
187 B
Text
6 lines
187 B
Text
![]() |
task :autocompile do
|
||
|
system "coffee --compile --bare --watch " \
|
||
|
"--output lib/capybara/poltergeist/client/compiled " \
|
||
|
"lib/capybara/poltergeist/client/*.coffee"
|
||
|
end
|