- Mastering Magento Theme Design
- Andrea Saccà
- 154字
- 2021-07-16 11:57:26
Downloading Bootstrap (the current Version 3.1.1)
First, you need to download the latest version of Bootstrap. The current version is 3.0. You can download the framework from http://getbootstrap.com/.
The fastest way to download Bootstrap is to download the precompiled and minified versions of CSS, JavaScript, and fonts. So, click on the Download Bootstrap button and unzip the file you downloaded. Once the archive is unzipped, you will see the following files:

We need to take only the minified version of the files, that is, bootstrap.min.css
from css
, bootstrap.min.js
from js
, and all the files from font
.
Copy all the selected files (CSS files inside the css
folder, the .js
files inside the js
folder, and the font files inside the fonts
folder) in the theme skin folder at skin/frontend/bookstore/default
.
- HornetQ Messaging Developer’s Guide
- Spring Boot 2實戰之旅
- 數據科學實戰手冊(R+Python)
- Getting started with Google Guava
- AngularJS Web Application Development Blueprints
- Big Data Analytics
- Learning Probabilistic Graphical Models in R
- Go語言精進之路:從新手到高手的編程思想、方法和技巧(2)
- 一塊面包板玩轉Arduino編程
- ServiceNow:Building Powerful Workflows
- Modern C++ Programming Cookbook
- 從Power BI到Analysis Services:企業級數據分析實戰
- 創新工場講AI課:從知識到實踐
- Pandas 1.x Cookbook
- Internet of Things with Arduino Cookbook