jekyll-gulp-jade-scss-browser-sync

jekyll-gulp-jade-scss-browser-sync

A simple template for Jekyll server with Gulp, JADE, SCSS and browser sync

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.

  1. Jekyll - $ gem install jekyll
  2. NodeJS - use the installer.
  3. GulpJS - $ npm install -g gulp (mac users may need sudo)

Local Installation

  1. Clone this repo, or download it into a directory and run npm install from inside the directory.

Usage

development mode

  1. This will give you file watching, browser synchronisation, auto-rebuild, CSS injecting etc etc.
  2. This has a smacss implementation for the css folder structure.
$ gulp

Special Thanks to shakyShane for the original build of this.

jekyll-gulp-sass-browser-sync