v1.11.0
Thanks to Pascal Brokmeier's Pull Request, you can know have responsive images HTML and Cloudinary URLs generated only when you build for production.
Just make sure to:
- set the new option
only_prod
totrue
- and set the environment to
production
before building:JEKYLL_ENV=production bundle exec jekyll build