Starter Gulp build configuration with ZURB Foundation integration.
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
Development:
gulp watch
gulp watch --prod
Production:
gulp build
gulp build --prod