javascript - Bootstrap CSS and JS do I have to include them in seperate files or can compile them? -


i wondering bootstrap css , js

in have list them seperate files i.e.

<script src="bower_components/bootstrap/dist/js/bootstrap.js"></script> <link rel="stylesheet" href="bower_components/bootstrap/dist/css/bootstrap.css" /> 

and lets have custom css , js file

<script src="custom.js"></script> <link rel="stylesheet" href="custom/.css" /> 

to make easier on other people particular javascript control , running , including 4 files, can join bootstrap js , css custom js , css single css & js file ofcourse keeping copyright information etc bootstrap.

or legally bootstrap require listed seperately ?

yes, ok. whether best method or not whole other subject.

http://getbootstrap.com/getting-started/#license-faqs

license faqs

bootstrap released under mit license , copyright 2015 twitter. boiled down smaller chunks, can described following conditions.

it requires to: keep license , copyright notice included in bootstrap's css , javascript files when use them in works

it permits to: freely download , use bootstrap, in whole or in part, personal, private, company internal, or commercial purposes use bootstrap in packages or distributions create modify source code grant sublicense modify , distribute bootstrap third parties not included in license

it forbids to: hold authors , license owners liable damages bootstrap provided without warranty hold creators or copyright holders of bootstrap liable redistribute piece of bootstrap without proper attribution use marks owned twitter in way might state or imply twitter endorses distribution use marks owned twitter in way might state or imply created twitter software in question

it not require to: include source of bootstrap itself, or of modifications may have made it, in redistribution may assemble includes submit changes make bootstrap bootstrap project (though such feedback encouraged) full bootstrap license located in project repository more information.


Comments

Popular posts from this blog

c# - SharpSsh Command Execution -

python - Specify path of savefig with pylab or matplotlib -

How to run C# code using mono without Xamarin in Android? -