Fixed typo in Gruntfile; added Make tasks to compile frontend assets; Modernized the gathering of benchmark result data for the test view
This commit is contained in:
@ -1,2 +1,7 @@
|
||||
root = if typeof window isnt 'undefined' then window else global
|
||||
|
||||
root.roundDecimal = (value) ->
|
||||
return Math.round(value * 100) / 100
|
||||
|
||||
$ ->
|
||||
console.log('DOM is ready.')
|
||||
|
Reference in New Issue
Block a user