Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lua tracker cleanup #41

Merged
merged 15 commits into from
Sep 20, 2018
Merged
2 changes: 1 addition & 1 deletion MYR_rails/app/assets/javascripts/config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// every year TODO: define the center of the area of operation here
const config = {
config = {
// Calshot, UK
center: {lat: 50.82048333, lng: -1.311233333},
zoom: 17,
Expand Down
2 changes: 1 addition & 1 deletion MYR_rails/config/environments/production.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
config.serve_static_files = true

# Compress JavaScripts and CSS.
config.assets.js_compressor = :uglifier
config.assets.js_compressor = Uglifier.new(harmony: true)
# config.assets.css_compressor = :sass

# Do not fallback to assets pipeline if a precompiled asset is missed.
Expand Down
Loading