CircleCI-Archived / stefon

An asset pipeline for clojure
98 stars 16 forks source link

Compass/Sass Support #28

Closed azizur closed 5 years ago

azizur commented 10 years ago

Just wondered if there is support for SASS and Compass available?

rimian commented 10 years ago

I got sass installed and running:

dependencies:
  pre:
    - sudo apt-get update; sudo apt-get install ruby-sass

and my application built sass like so:

test:
  pre:
    - mkdir app/css
    - sass scss/app.scss:app/css/app.css

See: https://circleci.com/docs/installing-custom-software