Closed mhsdesign closed 3 years ago
I've never used ./flow server:run
. Environment variable FLOW_CONTEXT isn't set?
It is not wanted. The resources must always be generated. They are just not cached in Development mode.
But to avoid this I will add a condition. Then it will work.
fixed in 1.0.3
Yeah it works now ;) Thanks ^^
I tried out your great boilerplate: https://github.com/patriceckhart/NeosCMS-Boilerplate
but the assets (css/js) are only created when using production mode
a simple
./flow server:run
orFLOW_CONTEXT=Development./flow server:run
would lead to this error on the asset url:Is this wanted behavior? If so, I would make a pullrequest and add this info to the Readme for the NeosCMS-Boilerplate ;)