roosevelt
Advanced tools
Changelog
0.17.1
Changelog
0.17.0
staticsSymlinksToPublic
with symlinks
.routers
param with a simplified routePrefix
param which defines a subfolder to mount the app to.multipart
param to formidable
.router
Express variable that opens up access to internally used router instance.routePrefix
Express variable that exposes currently used routePrefix or an empty string if not used.fsr
module.Changelog
0.16.2
Changelog
0.16.1
Changelog
0.16.0
.build
and .bundled
in your application as well from package.json, .gitignore, etc.symlinkToPublic
, compiler
, output
, whitelist
, and blacklist
params from js
.js.bundles
with js.webpack
.css.symlinkToPublic
.css.compiler.params.cleanCSS
with css.minifier
.css.compiler.enable
.css.compiler.nodeModule
with css.compiler.module
.css.compiler.params
with css.compiler.options
.css.output
is now relative to publicFolder
instead of staticsRoot
.clientViews.output
is now relative to publicFolder
instead of staticsRoot
.cleanTimer
(Obsolete in absense of .build
).source-configs
integration is now more tightly knit.rooseveltConfig
referencing other rooseveltConfig
entries.router
would cause app routes to fail when no controller files exist.generateFolderStructure
is false.generateFolderStructure
is false.Changelog
0.15.0
clean-css
as a direct dependency. The clean-css
library had an update with breaking changes so the rooseveltConfig
params in advanced
and aggressiveMerging
in cleanCSS
are now outdated.npm run proddev
: Runs the app in production mode, but with the public folder hosted by the Roosevelt app. This is useful for doing development in production mode without having to stage a complex simulation of your production environment, which would likely include hosting static files via another web server better-suited to serving statics like Apache or nginx.HTTP_PROXY
or HTTPS_PROXY
are set but localhost is not in NO_PROXY
.devDependencies
or dependencies
objects in your app's package.json would throw errors when installing dependencies. Accordingly re-reverted most changes in 0.14.1 to fix buggy behavior with devDependencies
in npm installs.check-dependencies
call will now only apply to production dependencies.Changelog
0.14.6
devDependencies
of Roosevelt to be removed if npm i
was run more than once.Changelog
0.14.5
staticsSymlinksToPublic
will now create missing subdirectories necessary to create a symlink in a target location.Changelog
0.14.4
routes
containing a list of all routes loaded in the application.