Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1417)

Issue 7309054: code review 7309054: go.talks/present: move included js files outside of sta... (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 3 months ago by adg
Modified:
11 years, 3 months ago
Reviewers:
CC:
campoy, francesc, dsymonds, golang-dev
Visibility:
Public.

Description

go.talks/present: move included js files outside of static directory When deployed to App Engine, directories listed in app.yaml static_files directives are inaccessible to the running application. This change allows the /play.js handler to read these JS files.

Patch Set 1 #

Patch Set 2 : diff -r af3fe4f44895 https://code.google.com/p/go.talks #

Patch Set 3 : diff -r af3fe4f44895 https://code.google.com/p/go.talks #

Total comments: 1

Patch Set 4 : diff -r af3fe4f44895 https://code.google.com/p/go.talks #

Patch Set 5 : diff -r af3fe4f44895 https://code.google.com/p/go.talks #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M present/appengine.go View 1 1 chunk +1 line, -1 line 0 comments Download
M present/js/jquery.js View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
M present/js/play.js View 1 0 chunks +-1 lines, --1 lines 0 comments Download
M present/js/playground.js View 1 0 chunks +-1 lines, --1 lines 0 comments Download
M present/js/socket.js View 1 0 chunks +-1 lines, --1 lines 0 comments Download
M present/local.go View 1 1 chunk +1 line, -1 line 0 comments Download
M present/play.go View 1 1 chunk +3 lines, -3 lines 0 comments Download

Messages

Total messages: 6
adg
Hello campoy@google.com (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go.talks
11 years, 3 months ago (2013-02-06 04:18:15 UTC) #1
francesc
https://codereview.appspot.com/7309054/diff/1002/present/local.go File present/local.go (right): https://codereview.appspot.com/7309054/diff/1002/present/local.go#newcode18 present/local.go:18: playScript(basePath, "socket.js") basePath is defined in appengine.go, which I ...
11 years, 3 months ago (2013-02-06 04:22:39 UTC) #2
adg
On 6 February 2013 15:22, <campoy@golang.org> wrote: > Will this work locally? > > Let ...
11 years, 3 months ago (2013-02-06 04:25:48 UTC) #3
francesc
LGTM On Tue, Feb 5, 2013 at 8:25 PM, Andrew Gerrand <adg@golang.org> wrote: > > ...
11 years, 3 months ago (2013-02-06 04:37:54 UTC) #4
dsymonds
LGTM
11 years, 3 months ago (2013-02-06 04:38:16 UTC) #5
adg
11 years, 3 months ago (2013-02-06 04:38:53 UTC) #6
*** Submitted as
https://code.google.com/p/go/source/detail?r=4d416605f07c&repo=talks ***

go.talks/present: move included js files outside of static directory

When deployed to App Engine, directories listed in app.yaml
static_files directives are inaccessible to the running application.
This change allows the /play.js handler to read these JS files.

R=campoy, campoy, dsymonds
CC=golang-dev
https://codereview.appspot.com/7309054
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b