- . , , .
We have a browser application that requires jquery, jquery ui, d3js, css related to them and, of course, our own code to work. In addition, clients should be able to edit the source html to generate layout options.
So, we chose one simple line "do not touch", where all the magic js and css are. We also abandoned the CDN approach, so html can be edited offline
Therefore, we have a much more reliable solution at the lowest execution price.
Ben
Benno source
share