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

Implement aliaces page creation #41

Open
tormozz48 opened this issue Mar 7, 2016 · 4 comments
Open

Implement aliaces page creation #41

tormozz48 opened this issue Mar 7, 2016 · 4 comments

Comments

@tormozz48
Copy link
Member

For each of model page aliases (if exists) we should generate
html pages like this:

<html>
  <head>
    <title>Page title</title>
    <META http-equiv="refresh" content="0;URL=/some/bem-info/url">
  </head>
  <body></body>
</html>
@vithar
Copy link
Collaborator

vithar commented Mar 7, 2016

Its better to generate nginx configs with redirects instead of html pages with client side redirects.

@tadatuta
Copy link
Member

tadatuta commented Mar 7, 2016

@vithar it's not quite so because there's no way to use user nginx config at gh-pages

@vithar
Copy link
Collaborator

vithar commented Mar 7, 2016

We need proper redirects in production, not in development (e.g. gh-pages)

@tadatuta
Copy link
Member

tadatuta commented Mar 8, 2016

Is there any reason not to use gh-pages as production?

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

No branches or pull requests

3 participants