gosass

command module
v0.0.0-...-25eedb4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 5, 2016 License: BSD-3-Clause Imports: 6 Imported by: 0

README

gosass Build Status

About

Gosass is a fast sass compiler. We made this because the normal ruby compiler ran too slowly, and the native compiler (sassc) didn't have all the features we needed (directory compilation and watching.)

Installation

Gosass depends on sassc, so install that first. On mac, you can use homebrew: brew install sassc.

Then install gosass:

go get github.com/dailymuse/gosass
pushd $GOPATH/src/github.com/dailymuse/gosass
make install
popd

Example Usage

# Compile an individual file
gosass -input file.scss -output file.css

# Compile a directory
gosass -input sass/ -output css/

# Live-compile a directory
gosass -input sass/ -output css/ -watch

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL