jacklowrie / wp-gizmo

Starter plugin and build process for making WordPress plugins

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add assets to build process

jacklowrie opened this issue · comments

Feature Overview

Make it possible to include scripts/styles in the build process.

The Need

building/compiling scripts and styles.

The Solution

add build and watch processes for javascript/css/image files.

Additional Context

This can match/draw inpiration from WP Rig's build/watch processes for assets.