/wp-underscore-laravel-mix

wordpress underscore blank template + laravel mix for compiling assets

Primary LanguagePHPGNU General Public License v2.0GPL-2.0

Getting Started

git clone https://github.com/willi-dev/wp-underscore-laravel-mix.git

npm install

Build Assets without minify

npm run dev

Watch for changes & automatic re-compile

npm run watch

Refresh page when changed

npm run hot

Compile all assets and produce production-ready build, minify output

npm run production