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

Issue 7306060: code review 7306060: go-tour: move javascript files from static to new js di... (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:
dsymonds, golang-dev
Visibility:
Public.

Description

go-tour: move javascript files from static to new js directory This permits the App Engine app to actually access the JS files when serving /script.js. (Inside static/ they are considered static content and are unavailable to the running app in production.)

Patch Set 1 #

Patch Set 2 : diff -r 27a7bbbb02c9 https://code.google.com/p/go-tour #

Unified diffs Side-by-side diffs Delta from patch set Stats (+-5 lines, --5 lines) Patch
M gotour/appengine.go View 1 chunk +1 line, -1 line 0 comments Download
M gotour/local.go View 1 chunk +1 line, -1 line 0 comments Download
M js/codemirror/lib/codemirror.js View 1 0 chunks +-1 lines, --1 lines 0 comments Download
M js/codemirror/lib/go.js View 1 0 chunks +-1 lines, --1 lines 0 comments Download
M js/jquery.js View 0 chunks +-1 lines, --1 lines 0 comments Download
M js/lang.js View 0 chunks +-1 lines, --1 lines 0 comments Download
M js/playground.js View 0 chunks +-1 lines, --1 lines 0 comments Download
M js/socket.js View 0 chunks +-1 lines, --1 lines 0 comments Download
M js/tour.js View 0 chunks +-1 lines, --1 lines 0 comments Download

Messages

Total messages: 3
adg
Hello dsymonds (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go-tour
11 years, 3 months ago (2013-02-07 01:46:52 UTC) #1
dsymonds
LGTM
11 years, 3 months ago (2013-02-07 02:28:26 UTC) #2
adg
11 years, 3 months ago (2013-02-07 02:40:12 UTC) #3
*** Submitted as https://code.google.com/p/go-tour/source/detail?r=91ffba3b8d86
***

go-tour: move javascript files from static to new js directory

This permits the App Engine app to actually access the JS files when
serving /script.js. (Inside static/ they are considered static content
and are unavailable to the running app in production.)

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

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