talios / coffee-maven-plugin

Apache Maven Plugin for Coffeescript
63 stars 17 forks source link

Suggestion: add multiple paths so that coffee script can live in web app too #9

Closed krimple closed 10 years ago

krimple commented 13 years ago

It may make sense to allow more than one coffeeDir so that you can allow for both src/main/coffee and also coffee files in src/main/webapp. That way the scripts can either live alongside the web app files in their appropriate subdirectories (views of controllers, for example) or more like Java source code.