Skip to content

Commit

Permalink
fix #95
Browse files Browse the repository at this point in the history
  • Loading branch information
chestnutchen authored and leeight committed Jul 28, 2016
1 parent 5ce3e1f commit 2eebd05
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/processor/less-compiler.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ LessCompiler.prototype.process = function (file, processContext, callback) {
var options = u.extend({
relativeUrls: true,
compress: true,
paths: paths
paths: paths,
filename: file.fullPath
}, this.compileOptions);

try {
Expand Down

0 comments on commit 2eebd05

Please sign in to comment.