Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tornado error static file #5141

Closed
michaelaye opened this issue Feb 18, 2014 · 1 comment · Fixed by #5147
Closed

tornado error static file #5141

michaelaye opened this issue Feb 18, 2014 · 1 comment · Fixed by #5147
Milestone

Comments

@michaelaye
Copy link
Contributor

Using 8677e24 I get a tornado.general error in my console:

2014-02-17 21:55:58.009 [tornado.general] ERROR | Could not open static file ''

Browser: Chrome on OSX 10.9.1
Python: 2.7.6 (Canopy 1.3.0.xxxx)
Tornado: 3.1.1

minrk added a commit to minrk/ipython that referenced this issue Feb 18, 2014
- don't try to include version in static_urls that don't point to files
- use full static_urls (with extension) for backbone and underscore, so version can be computed

closes ipython#5141
@minrk
Copy link
Member

minrk commented Feb 18, 2014

Should be fixed by #5147

@minrk minrk added this to the 2.0 milestone Feb 18, 2014
mattvonrocketstein pushed a commit to mattvonrocketstein/ipython that referenced this issue Nov 3, 2014
- don't try to include version in static_urls that don't point to files
- use full static_urls (with extension) for backbone and underscore, so version can be computed

closes ipython#5141
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants