In this release, we’ve restructured the project to enhance maintainability, customization, and ease of access. Previously, project assets and layouts were contained within the theme folder. They have now been moved to the root directory of the project to streamline workflow and simplify configuration.
Key Changes
-
Assets and Layouts Relocation:
- Moved all CSS, JavaScript, and other assets from
themes/starter-theme/assets
to the rootassets
directory. - Migrated all layout files from
themes/starter-theme/layouts
to the rootlayouts
directory.
- Moved all CSS, JavaScript, and other assets from
-
Updated Configuration Paths:
- Updated
postcss.config.js
to point to the root directory for TailwindCSS configuration. - Adjusted
tailwind.config.js
to scan HTML templates and assets within the new root structure for Tailwind class usage.
- Updated
Full Changelog: v1.0.0...v1.0.1