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

Make AWS settings optional #17

Closed Shadowfiend closed 11 years ago

Shadowfiend commented 11 years ago

AWS settings should now only be needed if you try to run the deploy-related tasks. Build-related tasks should not require the settings. If you try to run a task that requires the settings without having set them, you should get error messages describing which settings you need.

This should address the last of the concerns raised in issue #8.

farmdawgnation commented 11 years ago

LGTM. :+1: