An open API service indexing awesome lists of open source software.

https://github.com/antonreshetov/jekyll-jade-sass-gulp

Jekyll Jade Sass Gulp - StartKit
https://github.com/antonreshetov/jekyll-jade-sass-gulp

Last synced: 3 days ago
JSON representation

Jekyll Jade Sass Gulp - StartKit

Awesome Lists containing this project

README

          

Jekyll Jade Sass Gulp - StartKit
=============================

A StartKit including full setup for Jekyll, GulpJS, Jade, Sass, AutoPrefixer & BrowserSync.

Tools included:

* [Kube](https://imperavi.com/kube/) - CSS Framework v5.0
* [Flexiblegs](http://flexible.gs/) - Flexible Grid System v2.3.5

## System Preparation

To use this starter project, you'll need the following things installed on your machine.

1. [Jekyll](http://jekyllrb.com/) - `$ gem install jekyll`
2. [NodeJS](http://nodejs.org) - use the installer.
3. [GulpJS](https://github.com/gulpjs/gulp) - `$ 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.

```shell
$ gulp
```

**Special Thanks to [shakyShane](https://github.com/shakyShane) for the original build of this.**

[jekyll-gulp-sass-browser-sync](https://github.com/shakyShane/jekyll-gulp-sass-browser-sync)