File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 6464 inputScript ( `${ libsurl } /turf/6.5.0/turf.min.js` ) ;
6565 }
6666 if ( inArray ( includes , 'draw' ) ) {
67- inputCSS ( `${ libsurl } /mapbox-gl-js/plugins/mapbox-gl-draw/1.4.1/mapbox-gl-draw.css` ) ;
68- inputScript ( `${ libsurl } /mapbox-gl-js/plugins/mapbox-gl-draw/1.4.1/mapbox-gl-draw.js` ) ;
67+ inputCSS ( `${ libsurl } /mapbox-gl-js/plugins/mapbox-gl-draw/1.4.1/mapbox-gl-draw.min. css` ) ;
68+ inputScript ( `${ libsurl } /mapbox-gl-js/plugins/mapbox-gl-draw/1.4.1/mapbox-gl-draw.min. js` ) ;
6969 }
7070
7171 if ( inArray ( includes , 'mapboxgl-draw-rectangle-drag' ) ) {
Original file line number Diff line number Diff line change 8282 }
8383 if ( inArray ( includes , 'moment' ) ) {
8484 inputScript ( `${ libsurl } /moment/2.29.4/moment.min.js` ) ;
85- inputScript ( `${ libsurl } /moment/2.29.4/zh-cn.js` ) ;
85+ inputScript ( `${ libsurl } /moment/2.29.4/zh-cn.min. js` ) ;
8686 }
8787 if ( inArray ( includes , 'bootstrap-datetimepicker' ) ) {
8888 inputCSS ( `${ libsurl } /bootstrap-datetimepicker/bootstrap-datetimepicker.min.css` ) ;
You can’t perform that action at this time.
0 commit comments