Skip to content
Snippets Groups Projects
Commit 886f6387 authored by Jan-Niklas Burfeind's avatar Jan-Niklas Burfeind
Browse files

gluon-web-osm: mark minified js as such

changes ln from third to first form (see man ln)
parent 5f371a3c
No related branches found
No related tags found
No related merge requests found
...@@ -13,7 +13,7 @@ define Package/gluon-config-mode-geo-location-osm/install ...@@ -13,7 +13,7 @@ define Package/gluon-config-mode-geo-location-osm/install
$(Gluon/Build/Install) $(Gluon/Build/Install)
$(INSTALL_DIR) $(1)/lib/gluon/config-mode/www/static/ $(INSTALL_DIR) $(1)/lib/gluon/config-mode/www/static/
$(LN) /lib/gluon/web/www/static/gluon-web-osm.js $(1)/lib/gluon/config-mode/www/static/ $(LN) /lib/gluon/web/www/static/gluon-web-osm.min.js $(1)/lib/gluon/config-mode/www/static/gluon-web-osm.js
endef endef
$(eval $(call BuildPackageGluon,gluon-config-mode-geo-location-osm)) $(eval $(call BuildPackageGluon,gluon-config-mode-geo-location-osm))
/* /*
Build using: Build using:
uglifyjs javascript/gluon-web-osm.js -o files/lib/gluon/web/www/static/gluon-web-osm.js -c -m uglifyjs javascript/gluon-web-osm.js -o files/lib/gluon/web/www/static/gluon-web-osm.min.js -c -m
*/ */
'use strict'; 'use strict';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment