roosevelt
Advanced tools
Changelog
0.22.1
express-session
middleware for use in Roosevelt apps.Changelog
0.22.0
secrets
directory for various app secrets such as HTTPS certs, session secret, CSRF secret, etc. The name of the directory is configurable, but when upgrading an app from the previous version, you may need to alter your rooseveltConfig to remove directories from your cert
or key
paths. You must now specify only a file name in those params.express-session
for session support.Changelog
0.21.16
Changelog
0.21.13
Changelog
0.21.12
Changelog
0.21.11
--build
CLI flag that will instruct Roosevelt to just build the build artifacts but not start the server.onStaticAssetsGenerated
event that is fired when the server finishes init but before the server starts.makeBuildArtifacts
is set to staticsOnly
. This has the side effect of causing serverStart()
to revert to the behavior of init()
if makeBuildArtifacts
is set to staticsOnly
.Changelog
0.21.10
--webpack=verbose
and --wp=verbose-file
CLI flags to make it easier to see verbose webpack errors. Available shorthands: --wp
and -w
.Changelog
0.21.9
dev_sync.sh
to make writing code for Roosevelt easier. See instructions on how to use it in the README.