Skip to content

Instantly share code, notes, and snippets.

@keyserfaty
Created September 20, 2015 19:04
Show Gist options
  • Save keyserfaty/d68d3c54b9addcb5e058 to your computer and use it in GitHub Desktop.
Save keyserfaty/d68d3c54b9addcb5e058 to your computer and use it in GitHub Desktop.
Grunt file src
less: {
development: {
files: [{
expand: true, // Enable dynamic expansion.
cwd: 'public/less', // Src matches are relative to this path.
src: ['*.less'], // Actual pattern(s) to match.
dest: 'public/css', // Destination path prefix.
ext: '.css', // Dest filepaths will have this extension.
}]
}
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment