onedesign / generator-one-base

A foundation for One Design Company projects on the web.
Other
1 stars 1 forks source link

Remove AWS Imager configuration #56

Closed brianjhanson closed 7 years ago

brianjhanson commented 7 years ago

Located over here https://github.com/onedesign/generator-one-base/blob/master/generators/craft/templates/craft/config/imager.php#L13

This screws things up if your not using AWS and is pretty hard to track down (looks like a permissions issue)

cmalven commented 7 years ago

So, ideally we would only include this if the imager plugin was selected for installation, right?

cmalven commented 7 years ago

Nevermind, I completely misunderstood. Seems like you're probably going to have to add something to this file for config, right? Instead of getting rid of it, could we comment it out and add (also commented out) lines for alternate configs? I just don't want people to have to track down the necessary config options every time they run this generator.