Skip to content

Commit

Permalink
fix(grunt): strictMath not enabled for dist task
Browse files Browse the repository at this point in the history
  • Loading branch information
sparanoid committed Aug 17, 2015
1 parent 004b25b commit 117cbc9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Gruntfile.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,11 @@ module.exports = (grunt) ->
]

less:
options:
strictMath: true

serve:
options:
strictMath: true
sourceMap: true
outputSourceFiles: true
dumpLineNumbers: "comments"
Expand Down

0 comments on commit 117cbc9

Please sign in to comment.