Skip to content

Commit

Permalink
[BUGFIX beta] Do not attempt to publish the globals build of ember da…
Browse files Browse the repository at this point in the history
…ta to s3 (#5394)

(cherry picked from commit 27f9ccd)
  • Loading branch information
bmac committed Mar 27, 2018
1 parent 9b2d644 commit 21eb12a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions config/s3ProjectConfig.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
function fileMap(revision,tag,date) {
return {
'globals/ember-data.js': fileObject('ember-data', '.js', 'text/javascript', revision, tag, date),
'globals/ember-data.js.map': fileObject('ember-data.js', '.map', 'application/json', revision, tag, date),
'globals/ember-data.min.js': fileObject('ember-data.min', '.js', 'text/javascript', revision, tag, date),
'globals/ember-data.prod.js': fileObject('ember-data.prod', '.js', 'text/javascript', revision, tag, date),
'docs/data.json': fileObject('ember-data-docs', '.json', 'application/json', revision, tag, date)
};
}
Expand Down

0 comments on commit 21eb12a

Please sign in to comment.