Fix path to grunt-aws.json

Since Gruntfile was moved to root
pull/1288/head
Nicklas Gummesson 10 years ago
parent 11b375b31a
commit bbb5680f3d

@ -17,8 +17,8 @@
var env = grunt.option('environment') || 'development';
var aws = {};
if (grunt.file.exists('grunt-aws.json')) {
aws = grunt.file.readJSON('grunt-aws.json');
if (grunt.file.exists('./lib/build/grunt-aws.json')) {
aws = grunt.file.readJSON('./lib/build/grunt-aws.json');
}
// Project configuration.

Loading…
Cancel
Save