You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@whimsical.apache.org by "Sebb (JIRA)" <ji...@apache.org> on 2019/03/01 23:03:00 UTC

[jira] [Updated] (WHIMSY-237) Multiple copies of bootstrap and related libraries

     [ https://issues.apache.org/jira/browse/WHIMSY-237?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sebb updated WHIMSY-237:
------------------------
    Description: 
The Whimsy code has multiple copies of bootstrap CSS and JS scattered around.

For example:

{{21200 10 May 2017 www/assets/bootstrap-min.css}}
{{21260 22 Feb 2016 www/members/assets/bootstrap-min.css}}
{{21260 27 May 2017 www/events/assets/bootstrap-min.css}}
{{21260 30 May 2017 www/status/assets/bootstrap-min.css}}
{{22540 22 Jan 2016 www/status/css/bootstrap.min.css}}
{{99961 22 Jan 2016 www/members/css/bootstrap.min.css}}

and

{{29110 22 Jan  2016 www/members/js/bootstrap.min.js}}
 {{36816 22 Jan  2016 www/status/js/bootstrap.min.js}}
 {{36868 22 Feb  2016 www/members/assets/bootstrap-min.js}}
 {{36868 27 May  2017 www/events/assets/bootstrap-min.js}}
 {{36868 30 May  2017 www/status/assets/bootstrap-min.js}}
 {{37045 10 May  2017 www/assets/bootstrap-min.js}}

 It's a bit confusing to have several versions of the code with different versions and slightly different names. Ideally there should be a single shared copy.

 There are some other related libraries as well (e.g. bootstrap-theme)

In some cases the sources are referenced directly in the source files, however most references seem to be generated by library code such as Wunderbar; it's not clear how to ensure such code uses the shared copies.

 

  was:
The Whimsy code has multiple copies of bootstrap CSS and JS scattered around.

For example:

{{21200 10 May 2017 www/assets/bootstrap-min.css}}
{{ 21260 22 Feb 2016 www/members/assets/bootstrap-min.css}}
{{ 21260 27 May 2017 www/events/assets/bootstrap-min.css}}
{{ 21260 30 May 2017 www/status/assets/bootstrap-min.css}}
{{ 22540 22 Jan 2016 www/status/css/bootstrap.min.css}}
{{99961 22 Jan 2016 www/members/css/bootstrap.min.css}}

and

{{29110 22 Jan  2016 www/members/js/bootstrap.min.js}}
 {{36816 22 Jan  2016 www/status/js/bootstrap.min.js}}
 {{36868 22 Feb  2016 www/members/assets/bootstrap-min.js}}
 {{36868 27 May  2017 www/events/assets/bootstrap-min.js}}
 {{36868 30 May  2017 www/status/assets/bootstrap-min.js}}
 {{37045 10 May  2017 www/assets/bootstrap-min.js}}

 It's a bit confusing to have several versions of the code with different versions and slightly different names. Ideally there should be a single shared copy.

 There are some other related libraries as well (e.g. bootstrap-theme)

In some cases the sources are referenced directly in the source files, however most references seem to be generated by library code such as Wunderbar; it's not clear how to ensure such code uses the shared copies.

 


> Multiple copies of bootstrap and related libraries
> --------------------------------------------------
>
>                 Key: WHIMSY-237
>                 URL: https://issues.apache.org/jira/browse/WHIMSY-237
>             Project: Whimsy
>          Issue Type: Improvement
>            Reporter: Sebb
>            Priority: Major
>
> The Whimsy code has multiple copies of bootstrap CSS and JS scattered around.
> For example:
> {{21200 10 May 2017 www/assets/bootstrap-min.css}}
> {{21260 22 Feb 2016 www/members/assets/bootstrap-min.css}}
> {{21260 27 May 2017 www/events/assets/bootstrap-min.css}}
> {{21260 30 May 2017 www/status/assets/bootstrap-min.css}}
> {{22540 22 Jan 2016 www/status/css/bootstrap.min.css}}
> {{99961 22 Jan 2016 www/members/css/bootstrap.min.css}}
> and
> {{29110 22 Jan  2016 www/members/js/bootstrap.min.js}}
>  {{36816 22 Jan  2016 www/status/js/bootstrap.min.js}}
>  {{36868 22 Feb  2016 www/members/assets/bootstrap-min.js}}
>  {{36868 27 May  2017 www/events/assets/bootstrap-min.js}}
>  {{36868 30 May  2017 www/status/assets/bootstrap-min.js}}
>  {{37045 10 May  2017 www/assets/bootstrap-min.js}}
>  It's a bit confusing to have several versions of the code with different versions and slightly different names. Ideally there should be a single shared copy.
>  There are some other related libraries as well (e.g. bootstrap-theme)
> In some cases the sources are referenced directly in the source files, however most references seem to be generated by library code such as Wunderbar; it's not clear how to ensure such code uses the shared copies.
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)