javascript - Twitter Bootstrap (and similar CSS frameworks) folder location -


what pros , cons of putting bootstrap folder official bootstrap distribution in css or styles folder of app, vs. putting in more generic assets directory or top-level folder directly beneath public or www?

since bootstrap concerned css, initial inclination put in css folder, has images , javascript i'm not sure if that's best place it. javascript included bootstrap, it's visually oriented perhaps keeping in css folder still makes sense.

it's obvious question isn't specific bootstrap, relevant css-oriented framework type of structure, example: http://jslegers.github.io/cascadeframework/.

my goal keep things easy work both me , other programmers new app. there other factors beyond deciding on logical location should consider? example how folder structure might impact livereload less or sass files (especially if wanted extend bootstrap classes using less)?

you might want consider yeoman manages that. http://yeoman.io/


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -