Skip to content

Instantly share code, notes, and snippets.

@SevereOverfl0w
Created September 14, 2015 16:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SevereOverfl0w/03bf0e1d054838281cc8 to your computer and use it in GitHub Desktop.
Save SevereOverfl0w/03bf0e1d054838281cc8 to your computer and use it in GitHub Desktop.
css_variables = require 'postcss-css-variables'
js_pipeline = require 'js-pipeline'
css_pipeline = require 'css-pipeline'
module.exports =
ignores: ['readme.md', '**/layout.*', '**/_*', '.gitignore', 'ship.*conf']
extensions: [
js_pipeline(files: 'assets/js/*.coffee'),
css_pipeline(files: 'assets/css/*.css')
]
postcss:
use: [css_variables()]
'coffee-script':
sourcemap: true
jade:
pretty: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment