gluon-web-osm: mark minified js as such

changes ln from third to first form (see man ln)
This commit is contained in:
Jan-Niklas Burfeind 2022-12-18 18:30:25 +01:00
parent 5f371a3cd4
commit 886f6387b7
3 changed files with 2 additions and 2 deletions

View File

@ -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))

View File

@ -1,7 +1,7 @@
/* /*
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';