When one is not using the asset pipeline the Engine's stylesheet does not get rendered. Your check here is checking Rails' generator options, not the project's config -I believe. So in most (all?) cases the statement evals to true.
If one is not using the pipeline the /stylesheets/delayed/web/application.css will be empty.
When one is not using the asset pipeline the Engine's stylesheet does not get rendered. Your check here is checking Rails' generator options, not the project's config -I believe. So in most (all?) cases the statement evals to
true.If one is not using the pipeline the
/stylesheets/delayed/web/application.csswill be empty.