Create minified css file.

This commit is contained in:
David Molineus
2016-11-09 10:00:59 +01:00
parent 90a08c29ef
commit 4212248b27
2 changed files with 2 additions and 1 deletions

View File

@@ -78,7 +78,7 @@ $GLOBALS['LEAFLET_LIBRARIES']['leaflet-layer-overpass'] = array
'version' => '1.0.2',
'license' => '<a href="https://github.com/kartenkarsten/leaflet-layer-overpass/blob/master/LICENSE" target="_blank">License</a>',
'homepage' => 'https://github.com/kartenkarsten/leaflet-layer-overpass',
'css' => 'assets/leaflet/libs/leaflet-layer-overpass/OverPassLayer.css',
'css' => 'assets/leaflet/libs/leaflet-layer-overpass/OverPassLayer.min.css',
'javascript' => 'assets/leaflet/libs/leaflet-layer-overpass/OverPassLayer.min.js'
);