Skip to content

Commit

Permalink
Scanned Pokémons/Gyms/PokéStops Statistics with Switch (RocketMap#1552)
Browse files Browse the repository at this point in the history
* Added Statistics for Scanned Pokémons, Gyms, and Pokéstops
* Added pokédex links
* Better switch handling, and moved stats on a new right panel
  • Loading branch information
Retalyx authored and marauder37 committed Jul 28, 2016
1 parent b576a5a commit e86f381
Show file tree
Hide file tree
Showing 13 changed files with 1,985 additions and 2,131 deletions.
3 changes: 2 additions & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ module.exports = function(grunt) {
dist: {
files: {
'static/dist/js/app.js': 'static/js/app.js',
'static/dist/js/map.js': 'static/map.js'
'static/dist/js/map.js': 'static/map.js',
'static/dist/js/stats.js': 'static/js/stats.js'
}
}
},
Expand Down
Loading

0 comments on commit e86f381

Please sign in to comment.