Shadowfiend / sbt-resource-management

Provides tasks to compile coffee script and compass/SASS files, plus tasks to bundle and upload to S3.
http://hacklanta.com/
MIT License
21 stars 7 forks source link

We're not dropping coffee scripts in subdirectories of that JS target when we should. #31

Open farmdawgnation opened 10 years ago

farmdawgnation commented 10 years ago

Provided that you have two folders, coffeescript-root where your coffee scripts are located and javascript-root where the compiled JS files are sent, if you stick your coffee script file in coffeescript-root/a/awesome.coffee it is placed in javascript-root/awesome.js.

We should, instead, properly place things in correctly named subdirectories. So in the example above, awesome.js should have a path of javascript-root/a/awesome.js.