forked from netzpirat/guard-coffeescript
-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
Create this folder structure:
.
|-- Gemfile
|-- Guardfile
|-- application.coffee
`-- static/
With this Guardfile:
guard 'coffeescript', input: '', output: 'static' do
watch 'application.coffee'
endGuard will output Successfully generated static/application.js when application.coffee is changed, but no file will be created.
This is due to the detect_nested_directories method using patterns.product(files) to generate output locations when :shallow is set to false (the default).
Perhaps this error message would be appropriate:
ArgumentError: Ambiguous output directory for application.js. Try setting :shallow to true.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels