Skip to content

vongoh/grunt-susy-starter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Grunt Susy Starter w/ BrowserSync

A starter project template that uses LibSass to compile Sass, Susy 2 and Breakpoint with Grunt. Automatic refreshing in the browser is done through BrowserSync.

This makes a super simple, reliable starter to compile blazing fast Sass and design in browser with the Susy 2 grid engine. Feel free to build from here to create your own custom front end setup with additional Grunt plugins!

Project Features:

Detailed instructions on how this template is set up can be found at http://www.zell-weekeat.com/grunt-sass-with-susy/

Project Setup

  1. Clone the repo
git clone https://github.com/zellwk/grunt-susy-starter.git
  1. Install Node dependencies
$ npm install
  1. Install Bower dependencies
$ bower install

Usage

The gruntfile in this project is setup to run grunt-sass, grunt-browser-sync and grunt-contrib-watch.

Use the grunt command to start the process.

$ grunt

That's it!

About

Susy Starter that uses LibSass with Grunt

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 91.0%
  • JavaScript 6.7%
  • HTML 2.3%