True, combining files would be the best option.
I'm thinking in the case where I would like to detect weather or not a
specific plugin is required. So if x element exists then include x
plugin. Just looking for something like the Dojo require, which loads
its' modules.
Another option I thought o
Are you going to always be loading these .js files into your page?
If so, the most efficient option by far is to concatenate all of them into a
single .js file that you load with a single tag.
Maybe explain more about why you want a bootstrap file, and what exactly you
want it to do?
-Mike
>
2 matches
Mail list logo