Answer the question
In order to leave comments, you need to log in
How to change guard-coffeescript result directory?
Guardfile has a block
coffeescript_options = {
input: 'scripts/coffee',
output: 'scripts/',
patterns: [%r{^scripts/(.+\.(?:coffee|coffee\.md|litcoffee))$}]
}
guard 'coffeescript', coffeescript_options do
coffeescript_options[:patterns].each { |pattern| watch(pattern) }
end
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question