forked from WordPress Starter Theme + Simple Grunt Workflow™
WP Starter Theme + Simple Grunt Workflow is not affiliated with WordPress Starter Theme + Simple Grunt Workflow. The name and any related trademarks are used solely for nominative descriptive purposes.
This repository provides a starter theme with a pre-configured Grunt automation workflow for developers building custom themes for the popular CMS. It's designed for developers who want to skip manual setup and begin projects with automated tasks for efficiency.
Pre-configured Grunt tasks: The theme includes a ready-to-run Gruntfile.js, setting up common automation for development without requiring manual configuration. Live reload for development: Includes a watch task that can automatically refresh the browser when you save changes to CSS or JavaScript files, speeding up the development cycle. Sass compilation: The workflow is set up to process Sass files into CSS, allowing you to use variables and nesting for more maintainable stylesheets. JavaScript concatenation: Helps manage scripts by combining multiple source files into a single output file, which can improve site performance. Basic theme structure: Offers a foundational HTML and PHP template structure to build upon, following common conventions for theme development.