Closed
Bug 906093
Opened 12 years ago
Closed 12 years ago
Have goggles projects work with make-valet
Categories
(Webmaker Graveyard :: X-Ray Goggles, defect)
Webmaker Graveyard
X-Ray Goggles
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jon, Assigned: jon)
References
Details
Attachments
(1 file)
The make-valet makes the assumption that the embed shell will be written to S3 with two files, {{url}} and {{url}}_. The goggles currently only publish to {{url}}, so the make-valet gives you a nice 404 page. As a stop-gap we should add _ to the url, and then also add support for contenturl
adding the _ is not the way to go. We should revert that and as an immediate fix add an exception rule for the goggles in make-valet, so that we don't use the embed shell for goggle projects.
With this followup: https://bugzilla.mozilla.org/show_bug.cgi?id=906113
Assignee: pomax → jon
| Assignee | ||
Comment 2•12 years ago
|
||
Attachment #792222 -
Flags: review?(pomax)
Comment on attachment 792222 [details] [review]
https://github.com/mozilla/make-valet/pull/12
it is delicious
Attachment #792222 -
Flags: review?(pomax) → review+
Comment 4•12 years ago
|
||
Commit pushed to master at https://github.com/mozilla/make-valet
https://github.com/mozilla/make-valet/commit/267ed2ca5374f09201bd41ae9c986cc2523346d9
Fix bug 906093 - Add support for web xray makes
Updated•12 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Attachment mime type: text/plain → text/x-github-pull-request
You need to log in
before you can comment on or make changes to this bug.
Description
•