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
Post a Comment