Skip to content

Commit

Permalink
Fix path of data.json
Browse files Browse the repository at this point in the history
  • Loading branch information
cibernox committed Nov 1, 2014
1 parent 7b79f11 commit a6b9d76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/s3ProjectConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ fileMap = function(revision,tag,date) {
"ember-runtime.js": fileObject("ember-runtime", ".js", "text/javascript", revision, tag, date),
"ember.min.js": fileObject("ember.min", ".js", "text/javascript", revision, tag, date),
"ember.prod.js": fileObject("ember.prod", ".js", "text/javascript", revision, tag, date),
// "../docs/build/data.json": fileObject("ember-docs", ".json", "application/json", revision, tag, date)
"../docs/data.json": fileObject("ember-docs", ".json", "application/json", revision, tag, date)
};
};

Expand Down

0 comments on commit a6b9d76

Please sign in to comment.