Pre-built

Installation

Supported

Although using the CDN is strongly recommended, it is still possible to install a static build of the GEL.

Using a static build of the GEL is strongly discouraged because it introduces a burden on the application development team to manually upgrade the GEL upon each release.

Download

Usage

To use the desired theme, select one of the css files available in the dist directory.

The CSS stylesheet:
<link rel="stylesheet" href="gel/css/gray-light-gel.min.css">
The core Bootstrap jQuery plugins:
<script type="text/javascript" src="gel/js/bootstrap.min.js"></script>
The noUiSlider jQuery plugin:
<script type="text/javascript" src="gel/js/nouislider.min.js"></script>