Pulsar 2 (retired)
Pulsar 2 is based on a customised version of Twitter Bootstrap 2.1.1 and is based on Less CSS. It is used in the following live products.
- MoJ ETFees
All Pulsar files are contained within the ETFees repository, there is no need to use Composer.
public_html/jadu/assets/pulsar-2.0
Local dependencies
You will need the following packages installed locally to be able to compile Pulsar.
- NPM (latest version is fine)
Installation
The package.json
file in the root directory contains a list of dependencies to install to compile the Less files locally. Install these with NPM.
npm install;
Compiling CSS
The pulsar.css
file can be recompiled with any changes to the Less files with the following grunt command.
grunt less
The updated pulsar.css
file should then be committed and pushed as normal.