0.1.3 • Published 8 years ago

gastropod-task-sass v0.1.3

Weekly downloads
2
License
ISC
Repository
github
Last release
8 years ago

gastropod-task-sass

gastropod addon

Usage

in your environment config :

# config/development.coffee

module.exports = 

#...

    pipeline:
        styles: ['scss', 'also', 'any-other', 'valid-gulp', 'task']

#...

    plugins:
        css:
            scss: {
                # insert valid node-scss configuration here
                # see: https://github.com/sass/node-sass#options
            }
$ gastropod run default --config=config/development