v0.15.0-beta - Load the Hyde styles from jsDelivr CDN
What's Changed
This update reduces framework complexity by removing the hyde.css and hyde.js files.
The motivation behind this is that they should not be edited anyways, and including them adds several steps to the compiling process, without adding any real benefit.
By default, the compiled Tailwind styles (app.css
) is loaded through the CDN as well, though it can be disabled in the config. Since the default minified styles are fine for most applications I think this is a sensible default. However, if you add new classes in the Blade views, you will need to run the NPM commands to compile them.
Since the CDN loads files from the hydephp/hydefront repository, users can download the assets there, or copy them from the hyde/framework vendor directory, and place the files in their _media
folder, and update the app.blade.php or meta.blade.php views.
Full Changelog: v0.14.0-beta...v0.15.0-beta