Closed elldritch closed 10 years ago
Closing this out as this is a non-issue now that the .next branch has been merged into master. The rendering engine (and all middleware) has been decoupled from the kraken codebase.
If you're daring, there's an early release candidate published on npm as rc
along with generator-kraken. Once it's official it will be updated to latest
.
Extend #57 to allow for non-default view engines and preprocessors.
Right now, if I'm using
jade
andstylus
, I still need to installadaro
,dustjs-linkedin
,dustjs-helpers
, andless
as dependencies in mypackage.json
because Kraken tries to require all default packages on initialisation. Instead, it should check whether I've configured those settings first before loading defaults. Another possibility is to just setadaro
,dustjs-linkedin
,dustjs-helpers
, andless
as dependencies ofkraken-js
itself and load those.