Skip to content

Instantly share code, notes, and snippets.

@nathanhornby
Last active March 31, 2018 10:50
Show Gist options
  • Save nathanhornby/b02380a4e6792f8ab4dc to your computer and use it in GitHub Desktop.
Save nathanhornby/b02380a4e6792f8ab4dc to your computer and use it in GitHub Desktop.
Adding Jeet to Brunch - After
// Configure your plugins
plugins: {
stylus: {
plugins: ['jeet']
},
babel: {
// Do not use ES6 compiler in vendor code
ignore: [/vendor/]
}
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment