Skip to content

Commit

Permalink
Strict-mode less
Browse files Browse the repository at this point in the history
  • Loading branch information
battlesnake committed Jun 1, 2015
1 parent 375849d commit 0fa82e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ function jadeTask() {

var lessWatch;
function lessTask() {
var opts = { relativeUrls: true };
var opts = { relativeUrls: true, strictUnits: true, strictMath: true };
var toWatch = (config.globs.lessDeps || []).concat(config.globs.less);
if (watching) {
lessWatch = lessWatch ||
Expand Down

0 comments on commit 0fa82e1

Please sign in to comment.