how to make bootstrap accessible across projects

zazizoma

I have a general question about installing Bootstrap (the compiled and minified CSS). The documentation suggests dropping this set of files into a project. I've done this and am using Bootstrap successfully.

I'm starting another project, so should I reinstall bootstrap.min.css in that directory as well, or can I move my existing installation to a library type location so that it's accessible to all projects, and modifying the bootstrap call ("css/bootstrap.min.css") to include the full pathname?

In short, what's the best practice for locating and accessing the compiled Bootstrap files?

Thanks in advance!

Pierre Emmanuel Lallemant

The best solution, in my mind, is to use a CDN: a server where bootstrap.min.css is already stored (http://www.bootstrapcdn.com/ for example).

In fact it's even better, there are lots of servers where it is stored, so wherever is the user of the website, he will get bootstrap.min.css really fast.

And it helps your server to avoid sending bootstrap.min.css which is relatively enormous. You will avoid useless consumption of bandwidth.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

How can I make Twitter Bootstrap tooltips accessible?

From Dev

How can I make Twitter Bootstrap tooltips accessible?

From Dev

Fetching API and make its data accessible across component

From Dev

How to make name accessible in this code

From Dev

How to make name accessible in this code

From Dev

How to make a Reactjs header accessible

From Dev

How to have a global variable accessible across all packages

From Dev

How to make protected members not accessible in a "grandchildren" class

From Java

How to make my news card design accessible?

From Dev

How to make a page not directly accessible in Flask?

From Dev

How to make typedef type accessible in multiple files?

From Dev

How to make accessible h1 with logo

From Dev

How to make a table with selectable rows accessible

From Dev

How to make files accessible only by root?

From Dev

How to make WAMP accessible over the internet?

From Dev

How to make Leaflet tile layers accessible

From Dev

How to make an internal Java package accessible in Eclipse?

From Dev

How to make accessible folder/file to other user

From Dev

How to make files accessible only by root?

From Dev

How to make a variable accessible outside a function?

From Dev

How to make all array elements accessible

From Dev

How to make CKEditor strikethrough functionality accessible?

From Dev

How to make a publicly accessible directory in a pc

From Dev

How to make a function accessible to certain classes only?

From Dev

How to make Samba on an Ubuntu server accessible in Windows?

From Dev

How to make an SSH tunnel publicly accessible?

From Dev

How to make LAMP server accessible from the internet?

From Dev

How to make variables be accessible from scripts

From Dev

How to make a .cpp file to act as an accessible server

Related Related

  1. 1

    How can I make Twitter Bootstrap tooltips accessible?

  2. 2

    How can I make Twitter Bootstrap tooltips accessible?

  3. 3

    Fetching API and make its data accessible across component

  4. 4

    How to make name accessible in this code

  5. 5

    How to make name accessible in this code

  6. 6

    How to make a Reactjs header accessible

  7. 7

    How to have a global variable accessible across all packages

  8. 8

    How to make protected members not accessible in a "grandchildren" class

  9. 9

    How to make my news card design accessible?

  10. 10

    How to make a page not directly accessible in Flask?

  11. 11

    How to make typedef type accessible in multiple files?

  12. 12

    How to make accessible h1 with logo

  13. 13

    How to make a table with selectable rows accessible

  14. 14

    How to make files accessible only by root?

  15. 15

    How to make WAMP accessible over the internet?

  16. 16

    How to make Leaflet tile layers accessible

  17. 17

    How to make an internal Java package accessible in Eclipse?

  18. 18

    How to make accessible folder/file to other user

  19. 19

    How to make files accessible only by root?

  20. 20

    How to make a variable accessible outside a function?

  21. 21

    How to make all array elements accessible

  22. 22

    How to make CKEditor strikethrough functionality accessible?

  23. 23

    How to make a publicly accessible directory in a pc

  24. 24

    How to make a function accessible to certain classes only?

  25. 25

    How to make Samba on an Ubuntu server accessible in Windows?

  26. 26

    How to make an SSH tunnel publicly accessible?

  27. 27

    How to make LAMP server accessible from the internet?

  28. 28

    How to make variables be accessible from scripts

  29. 29

    How to make a .cpp file to act as an accessible server

HotTag

Archive