Skip to content

Commit

Permalink
Remove currency decimals, minify
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxLaumeister committed Jun 8, 2022
1 parent 317bc04 commit 50c4b01
Show file tree
Hide file tree
Showing 6 changed files with 3,892 additions and 1,512 deletions.
3 changes: 3 additions & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ module.exports = function(grunt) {
jshint: {
all: {
src: srcFiles.concat(['Gruntfile.js'])
},
options: {
'esversion': 6,
}
},
watch: {
Expand Down
5 changes: 2 additions & 3 deletions bitlisten.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion bitlisten.min.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit 50c4b01

Please sign in to comment.