This is somehow a poll to know if people would find it nice to let the plugin generate responsive HTML with Cloudinary URL only for the production environment, and use a plain old <img> with local source for the development environment.
If you're not aware of this feature, read Environments in Jekyll (aka JEKYLL_ENV)
This would help develop with Jekyll's serve command while offline, and only generate production-ready HTML code with the build command.
It could be off by default (always generating the production code, as currently) and activated with a setting in _config.yml.
Any thought?
This is somehow a poll to know if people would find it nice to let the plugin generate responsive HTML with Cloudinary URL only for the
productionenvironment, and use a plain old<img>with local source for thedevelopmentenvironment.If you're not aware of this feature, read Environments in Jekyll (aka JEKYLL_ENV)
This would help develop with Jekyll's
servecommand while offline, and only generate production-ready HTML code with thebuildcommand.It could be off by default (always generating the production code, as currently) and activated with a setting in
_config.yml.Any thought?