Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/zellwk/gulp-susy-starter

Susy Starter that uses LibSass with Gulp
https://github.com/zellwk/gulp-susy-starter

Last synced: about 2 months ago
JSON representation

Susy Starter that uses LibSass with Gulp

Awesome Lists containing this project

README

        

## Gulp Susy Starter

This is a starter project template that uses LibSass to compile Susy with Gulp. Detailed instructions on how this template is set up is found at http://www.zell-weekeat.com/gulp-libsass-with-susy/

## Project Setup

1. Clone the repo

~~~
git clone https://github.com/zellwk/gulp-susy-starter.git
~~~

2. Install Node dependencies

~~~
$ npm install
~~~

3. Install Bower dependencies

~~~
$ bower install
~~~

## Usage

The gruntfile in this project is setup to run `gulp-sass` and to watch the scss file for changes. Use the `gulp` command to start the process.

~~~
$ gulp
~~~

That's it!