From: Chris Rebert Date: Tue, 10 Dec 2013 00:06:35 +0000 (-0800) Subject: enable strictMath in grunt-contrib-less config X-Git-Tag: v3.1.0~148^2~8^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F11809%2Fhead;p=thirdparty%2Fbootstrap.git enable strictMath in grunt-contrib-less config --- diff --git a/Gruntfile.js b/Gruntfile.js index 73023939e8..6b35cedc28 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -112,6 +112,9 @@ module.exports = function (grunt) { less: { compile: { + options: { + strictMath: true + }, files: { 'dist/css/<%= pkg.name %>.css': 'less/bootstrap.less', 'dist/css/<%= pkg.name %>-theme.css': 'less/theme.less'