Browse Source

Fixes map locations.

master
damencho 10 years ago
parent
commit
34b5ce996c
2 changed files with 2 additions and 2 deletions
  1. 1
    1
      Makefile
  2. 1
    1
      libs/tooltip.min.js

+ 1
- 1
Makefile View File

@@ -27,7 +27,7 @@ deploy:
27 27
 	([ ! -x deploy-local.sh ] || ./deploy-local.sh)
28 28
 
29 29
 uglify:
30
-	uglifyjs libs/app.bundle.js -o libs/app.bundle.min.js --source-map libs/app.bundle.js.map
30
+	uglifyjs libs/app.bundle.js -o libs/app.bundle.min.js --source-map libs/app.bundle.js.map --source-map-url=app.bundle.js.map
31 31
 	rm -f libs/app.bundle.js
32 32
 
33 33
 source-package:

+ 1
- 1
libs/tooltip.min.js
File diff suppressed because it is too large
View File


Loading…
Cancel
Save