caseywatts / connect-four

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Workflow for this project:

  1. When main.css.scss is edited, sass notices and recompiles main.css
  2. When any files in . or ./css are edited, guard-livereload notices and tells the LiveReload Chrome Extension to refresh the browser tab for me.

In different terminal tabs, I run:

sass --watch css/main.css.scss:css/main.css
guard
open index.html

This workflow could go nicely in a single gruntfile and the single command grunt, but this is just what I had handy :)

About


Languages

Language:CSS 91.5%Language:Ruby 8.5%