[jira] [Commented] (OFBIZ-11883) added missing map for minified ol js and css

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Commented] (OFBIZ-11883) added missing map for minified ol js and css

Nicolas Malin (Jira)

    [ https://issues.apache.org/jira/browse/OFBIZ-11883?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17159098#comment-17159098 ]

Alex Bodnaru commented on OFBIZ-11883:
--------------------------------------

your question is sensible.

metaphorically, we are dealing with the source x.js that gets minified (like compiled) to x.min.js, with the debugging symbols in x.min.js.map.

it's best to have the source and serve a concatenation of all js files, later minified as above, in the spirit of yui and gradle js.

indeed for now, min and map are being already downloaded, not locally generated. the map file is pointing from the min to the source, so the source is needed at runtime, together with map and min.

> added missing map for minified ol js and css
> --------------------------------------------
>
>                 Key: OFBIZ-11883
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-11883
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: themes
>    Affects Versions: Release Branch 17.12, Trunk
>            Reporter: Alex Bodnaru
>            Assignee: Jacques Le Roux
>            Priority: Trivial
>              Labels: patch-available
>         Attachments: ol-map.patch
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> added the missing files for the in browser development.
> they may be downloaded from the openlayers site.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)