Skip to content

Instantly share code, notes, and snippets.

@eliwilliamson
Created February 11, 2016 17:11
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 eliwilliamson/cda22e3e4d1cb38ac917 to your computer and use it in GitHub Desktop.
Save eliwilliamson/cda22e3e4d1cb38ac917 to your computer and use it in GitHub Desktop.
axis = require 'axis'
rupture = require 'rupture'
sass = require 'node-sass'
autoprefixer = require 'autoprefixer-stylus'
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/*.scss')
]
stylus:
use: [axis(), rupture(), autoprefixer()]
sourcemap: true
'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