Skip to content
This repository has been archived by the owner on May 29, 2024. It is now read-only.

More easy update of JS libraries. #38

Open
toirl opened this issue Dec 2, 2016 · 0 comments
Open

More easy update of JS libraries. #38

toirl opened this issue Dec 2, 2016 · 0 comments

Comments

@toirl
Copy link
Member

toirl commented Dec 2, 2016

Currently Ringo uses different 3rdparty libraries like Datatables, Jquery, Bootstrap etc.
The libraries are located unter /app/static.
In this folder each library is splittet by its file types and located into css, js subfolder.

The origin idea was to have all JS or CSS files in one folder. In practice this is a bad way and hinders us from updating a library by simply replacing the complete library.

So for the future there is a proposal to seperate the libraties in the following way:

app/static
| boostrap
| – js
| – css
| datatables
| – js
| – css

As further consideration with lower priority we can look into the direction of using something like bower to manage the 3rc party libraries. See this more as reminder to create a new ticket for further improvements when this ticket is done.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant