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

Seo #9

Open
wants to merge 15 commits into
base: master
Choose a base branch
from
Open

Seo #9

wants to merge 15 commits into from

Conversation

robhybrid
Copy link
Contributor

This includes:

  1. a 'pre-render' feature, turned on by default for the production environment.
  2. SPDY turned off by default, since it requires SSL. If SSL certs are added to the config, SPDY will be available.
  3. Livereload, turned on by default in Local environment only.
    The last two features are a little outside the scope of my assignment. If they're not appreciated, I can revert those commits.
    Also, express has been updated.

@@ -14,6 +14,7 @@
"tests"
],
"dependencies": {
"lavaca": "latest"
"lavaca": "latest",
"less.js": "1.7.x"
Copy link
Contributor

Choose a reason for hiding this comment

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

less.js is already in lavaca core but is still on 1.4.2

I would recommend checking if its needed in both places as lavaca-starter should still have access.

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.

3 participants