Skip to content

Instantly share code, notes, and snippets.

@benglass
Created October 30, 2014 16:18
Show Gist options
  • Save benglass/d9a8a9d83c661b455167 to your computer and use it in GitHub Desktop.
Save benglass/d9a8a9d83c661b455167 to your computer and use it in GitHub Desktop.
less: {
compileMaster: {
options: {
strictMath: true,
sourceMap: true,
outputSourceFiles: true,
sourceMapURL: 'master.css.map',
sourceMapFilename: 'dist/css/master.css.map'
},
src: 'less/master.less',
dest: 'dist/css/master.css'
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment