Skip to content

v1.0.1 - Improved Project Structure

Latest
Compare
Choose a tag to compare
@odhyp odhyp released this 31 Oct 03:21
af573f7

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 root assets directory.
    • Migrated all layout files from themes/starter-theme/layouts to the root layouts directory.
  • 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.

Full Changelog: v1.0.0...v1.0.1