roosevelt
Advanced tools
Changelog
0.20.0
generateFolderStructure
to makeBuildArtifacts
.formidable
was updated which is a breaking change for any app that takes file uploads as property names in req.files have been renamed, most notably file.path
is now file.filepath
and file.name
is now file.originalname
.checkDependencies
.Changelog
0.19.13
npm run certs-generator
: Generates self-signed HTTPS certs for your app.
npm run c
node ./node_modules/roosevelt/lib/scripts/certsGenerator.js
Changelog
0.19.11
Changelog
0.19.10
roosevelt-router
feature to improve support for writing isomorphic code for SPAs.isomorphicControllers
config option that will permit Roosevelt to make a list of all your controller files that can be used client-side as well so they can be auto-loaded client-side too.clientViews
such that the template list will lack file extensions if the file extension of the template matches the default view engine's file extension.clientViews
output bundle changed from bundle.js to views.js.<head>
.Changelog
0.19.8
Changelog
0.19.7
clientViews
allowlist
now allows directories.