Skip to content

Instantly share code, notes, and snippets.

@Usse
Created January 3, 2014 00:11
Show Gist options
  • Save Usse/8229905 to your computer and use it in GitHub Desktop.
Save Usse/8229905 to your computer and use it in GitHub Desktop.
jade grunt task
jade: {
compile: {
options: {
client: false,
pretty: true
},
files: [ {
cwd: "app",
src: "**/*.jade",
dest: "app/",
expand: true,
ext: ".html"
} ]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment