kenhkan / angular-curve

The Smoothest AngularJS Boilerplate
MIT License
11 stars 1 forks source link

Unable to read "etc/s3.json" file #21

Closed chatman-media closed 10 years ago

chatman-media commented 10 years ago

I have next error:

✗ grunt server
Loading "Gruntfile.coffee" tasks...ERROR
>> Error: Unable to read "etc/s3.json" file (Error code: ENOENT).

So there is no such file in repository. Should i create it by myself? I never used s3, so maybe there is some standard of such json file.

When i comment s3 section it works fine.

kenhkan commented 10 years ago

@zishe Thanks for the note! Added safeguard against a missing etc/s3.json. The file is added to .gitignore to prevent it being committed by accident as it contains sensitive data.

Fixed as of 4e881687bdf23858241d17904d5794a3a18dcc46