Skip to content

Instantly share code, notes, and snippets.

@sethkrasnianski
Last active October 26, 2015 19:10
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 sethkrasnianski/89dfb674accdbbae4ca8 to your computer and use it in GitHub Desktop.
Save sethkrasnianski/89dfb674accdbbae4ca8 to your computer and use it in GitHub Desktop.
.something
width: page-width-small
page-width-small = 1150px
page-width-medium = 1260px
page-width-large = 1620px
// ...
ClientTemplates = require 'client-templates'
nib = require 'nib'
module.exports =
# coffeelint: disable=max_line_length
ignores: ['_*', 'readme*', '.gitignore', '.DS_Store', 'coverage-server.js', '.git', 'bower_components', 'bower.json', 'node_modules']
watcher_ignores: ['#*', '.git', 'bower_components', 'bower.json', 'node_modules', 'components']
stylus:
use: [nib()]
extensions: [
ClientTemplates(
base: 'assets/templates',
pattern: '**/*.jade',
out: 'js/templates.js'
)
]
global-reset()
@import "_variables"
@import "_example"
// ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment