Skip to content

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

Open
davidguttman wants to merge 1 commit into
chrisdickinson:masterfrom
davidguttman:cache
Open

added --cache option for running in “production”#57
davidguttman wants to merge 1 commit into
chrisdickinson:masterfrom
davidguttman:cache

Conversation

@davidguttman

Copy link
Copy Markdown

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