Skip to content

Commit

Permalink
Less support
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjoelkemp committed Mar 14, 2014
1 parent e556270 commit c9a880f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions settings/less-settings.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
module.exports.lib = 'grunt-contrib-less';
module.exports.target = {
dist: {
files: [{
expand: true,
src: ['**/*.less', '!node_modules/**/*.less'],
ext: '.css'
}]
}
};

0 comments on commit c9a880f

Please sign in to comment.