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

Point to correct assets after TS build #353

Merged
merged 2 commits into from Nov 16, 2016

Conversation

Tyriar
Copy link
Member

@Tyriar Tyriar commented Nov 12, 2016

The demo was still pointing at ./build, not ./dist so the assets were 404ing

@Tyriar Tyriar mentioned this pull request Nov 12, 2016
@@ -2,14 +2,14 @@
<html>
<head>
<title>xterm.js demo</title>
<link rel="stylesheet" href="../build/xterm.css" />
<link rel="stylesheet" href="../build/addons/fullscreen/fullscreen.css" />
<link rel="stylesheet" href="../dist/xterm.css" />
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we use absolute URLs here as well?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good eye 😄

@Tyriar Tyriar merged commit 64f6610 into xtermjs:master Nov 16, 2016
@Tyriar Tyriar deleted the 352_fix_demo_after_ts branch November 16, 2016 17:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants