A starter theme based on Hybrid Core and Foundation 6.5.0.
You only need to do this once on your development machine.
- Install Node.js
- Install Sass
- Install Gulp.js - from Terminal or Command Prompt run
npm install --global gulp
$ cd my-wordpress-folder/wp-content/themes/
$ git clone git@github.com:dsutoyo/hybrid-foundation.git
$ mv hybrid-foundation your-theme-name
$ cd your-theme-name
$ npm install
Change proxy: 'wordpress.dev/'
to proxy: 'my-site.dev/'
in gulpfile.js, where 'my-site'
is your local domain
The default gulp task compiles Sass and automatically refreshes your browser every time you update your files.
$ gulp