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

added --cache option for running in “production” #57

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

davidguttman
Copy link

I've had a number of projects where I start using Beefy and when it's ready to ship, I have to figure out a different way of serving it (or deal with the re-bundle delay on each request).

I created this so that I can just change my npm start script to be beefy index.js --debug=false --cache and throw it up on a server. The first request has the delay for building the bundle, but the subsequent requests serve from the cache.

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.

1 participant