Skip to content

Instantly share code, notes, and snippets.

@bittersweetryan
Created April 19, 2013 18:30
Show Gist options
  • Save bittersweetryan/5422247 to your computer and use it in GitHub Desktop.
Save bittersweetryan/5422247 to your computer and use it in GitHub Desktop.
grunt.initConfig({
less: {
development : {
src : [ 'less/**/*.less' ],
dest : 'css/compiled-better.css'
}
}
)};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment