Skip to content

Commit

Permalink
fixed bug with _relativeUrl
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelpower committed Mar 3, 2015
1 parent dd2adfb commit 2ce8a27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "enb-less",
"version": "2.0.1",
"version": "2.0.2",
"description": "enb stylus techs",
"keywords": [
"enb",
Expand Down
2 changes: 1 addition & 1 deletion techs/css-less.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ module.exports = require('enb/techs/css').buildFlow()
var defer = vow.defer();
var options = {};
var variables = this._variables;
var relativeUrl = this.relativeUrl;
var relativeUrl = this._relativeUrl;

var css = sourceFiles.map(function (file) {
var path = _this.node.relativePath(file.fullname);
Expand Down

0 comments on commit 2ce8a27

Please sign in to comment.