Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 599 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 599 Bytes

gulp-foundation Build Status

Starter Gulp build configuration with ZURB Foundation integration.

Installation

Building a WordPress theme? Start with the wordpress-foundation starter theme, install gulp-foundation in the newly create theme, then rename to assets.

npm install

Usage

Development:

gulp watch
gulp watch --prod

Production:

gulp build
gulp build --prod