Skip to content

Commit

Permalink
remove expandFiles, grunt does it for us now
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyler Kellen committed Nov 19, 2012
1 parent e9059b8 commit 1dbe16c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/less.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ module.exports = function(grunt) {
grunt.verbose.writeflags(options, 'Options');

// get files
var files = grunt.file.expandFiles(this.file.src);
var files = this.file.src;
var destFile = this.file.dest;

if (files.length === 0) {
Expand Down

0 comments on commit 1dbe16c

Please sign in to comment.