mirror of
https://github.com/teampoltergeist/poltergeist.git
synced 2022-11-09 12:05:00 -05:00
5 lines
202 B
Ruby
5 lines
202 B
Ruby
# frozen_string_literal: true
|
|
|
|
guard 'coffeescript', input: 'lib/capybara/poltergeist/client',
|
|
output: 'lib/capybara/poltergeist/client/compiled',
|
|
bare: true
|