How to upgrade joomla's built-in bootstrap to latest version -


I am using joomla ver 3.2.3 and it is using bootstrap 2.3.2. How can I update it so that I can use the latest Bootstrap version which is 3.2.0?

OK, so you're building a front-end template like sound.

Most of the templates maintain all assets inside the template's specific directory. Like

/ templates / mytemplate / css / / templates / mytemplate / js / and / templates / mytemplate / images / Bootstrap will be the appropriate place for files.

You can view it in the CSS and JS files with the built in Protostar template path:

/ templates / protostar / css / / templates / protostar / js / / templates / protostar / images /


Comments

Popular posts from this blog

java - org.apache.http.ProtocolException: Target host is not specified -

java - Gradle dependencies: compile project by relative path -

ruby on rails - Object doesn't support #inspect when used with .include -