corrade-nucleus-nucleons – Blame information for rev 20

Subversion Repositories:
Rev:
Rev Author Line No. Line
20 office 1 # What's included []({{ site.repo }}/blob/develop/docs/_i18n/{{ site.lang }}/getting-started/whats-include.md)
2  
3 ---
4  
5 The Bootstrap table source code download includes the precompiled CSS, JavaScript, locales, extensions, and provides both compiled and minified variations, along with documentation. More specifically, it includes the following and more:
6  
7 ```bash
8 bootstrap-table/
9 ├── dist/
10 │ ├── extensions/
11 │ ├── locale/
12 │ ├── bootstrap-table.min.css
13 │ └── bootstrap-table.min.js
14 ├── docs/
15 └── src/
16 ├── extensions/
17 ├── locale/
18 ├── bootstrap-table.css
19 └── bootstrap-table.js
20 ```
21  
22 The `src/`, `locale/`, and `extensions/` are the source code for our CSS, JS. The `dist/` folder includes everything compiled and minified with `src/`. The `docs/` folder includes the source code for our documentation. Beyond that, any other included file provides support for packages, license information, and development.