Skip to content
This repository has been archived by the owner on Apr 30, 2019. It is now read-only.

Latest commit

 

History

History
32 lines (22 loc) · 320 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 320 Bytes

2013.cssconf.eu

Dependencies

  • Node.js
  • Ruby
  • compass gem

Setup

    $ npm install
    $ gem install compass

Run server with development config

    $ npm start

Watch SASS with compass

    $ compass watch --output-style compressed

Deploy

    $ npx grunt deploy