- 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
.
- Angular UI Development with PrimeNG
- Hadoop+Spark大數據分析實戰
- Hands-On Swift 5 Microservices Development
- Java編程技術與項目實戰(第2版)
- TradeStation交易應用實踐:量化方法構建贏家策略(原書第2版)
- Mastering Linux Network Administration
- Learning Three.js:The JavaScript 3D Library for WebGL
- TMS320LF240x芯片原理、設計及應用
- Access 2010數據庫應用技術實驗指導與習題選解(第2版)
- .NET Standard 2.0 Cookbook
- Struts 2.x權威指南
- Mastering jQuery Mobile
- iOS開發項目化入門教程
- C語言從入門到精通
- 深入理解Kafka:核心設計與實踐原理