Skip to content

Instantly share code, notes, and snippets.

@c0bra
Created May 20, 2013 22:04
Show Gist options
  • Select an option

  • Save c0bra/5615962 to your computer and use it in GitHub Desktop.

Select an option

Save c0bra/5615962 to your computer and use it in GitHub Desktop.
jade: {
build: {
options: {
pretty: true
},
files: [
{
expand: true,
src: '<%= src.jade %>',
cwd: 'src/',
// flatten: true,
ext: '.html',
dest: 'dist/'
}
]
}
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment