jekyll-gulp-jade-scss-browser-sync
A starter project including full setup for Jekyll, GulpJS, SCSS, JADE, AutoPrefixer & BrowserSync
System Preparation
To use this starter project, you'll need the following things installed on your machine.
- Jekyll -
$ gem install jekyll
- NodeJS - use the installer.
- GulpJS -
$ npm install -g gulp
(mac users may need sudo)
Local Installation
- Clone this repo, or download it into a directory and run
npm install
from inside the directory.
Usage
development mode
- This will give you file watching, browser synchronisation, auto-rebuild, CSS injecting etc etc.
- This has a smacss implementation for the css folder structure.
$ gulp
Special Thanks to shakyShane for the original build of this.