diff options
author | Thomas Park <thomas@thomaspark.me> | 2015-02-20 17:27:42 -0500 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2015-02-20 17:27:42 -0500 |
commit | 574c4e6bdbf013552bab312e4327d6b5f8ed2850 (patch) | |
tree | 10132bfb9ab73d378864d5c23f4a2b99c074df6c | |
parent | ff5c10b852c27cc30b92d96509e7d4996df9fafc (diff) | |
parent | 2987fd14a2a5ca1be2668d322c0f2e79c4b2d642 (diff) |
Merge pull request #407 from nielslbeck/nielslbeck-patch-strictMath
Using strictMath
-rw-r--r-- | Gruntfile.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js index 247d3c40..c21bfeb6 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -45,7 +45,8 @@ module.exports = function (grunt) { less: { dist: { options: { - compress: false + compress: false, + strictMath: true }, files: {} } |