Skip to content

Latest commit

 

History

History
executable file
·
45 lines (29 loc) · 456 Bytes

DEVELOPERS.md

File metadata and controls

executable file
·
45 lines (29 loc) · 456 Bytes

Developer Instructions

Build Environment Install

npm install

Block Development Commands

Build Javascript:

npm run js

Build CSS:

npm run css

Watch & Build CSS/JS:

npm run watch

Primary Development Commands

Build all files (Except for block code):

grunt

Watch & Build CSS/JS (Except for block code):

grunt watch

Deploy cleaned plugin to wordpress.org:

grunt deploy