Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 1.1 KB

README.md

File metadata and controls

36 lines (27 loc) · 1.1 KB

phplist-ui-bootstrap

A bootstrap-based theme for phpList 3

Bootstrap class names and extra html needed, inserted by jQuery with the script: phplist-ui-bootstrap/js/phpList3ToBootstrap.js

Issues

Getting started

Building the project requires nodejs & npm. See https://nodejs.org for setup.

Install Grunt globally

sudo npm install -g grunt-cli

Grunt plugins

To minify js we use this grunt plugins:

https://github.com/gruntjs/grunt-contrib-concat

https://github.com/gruntjs/grunt-contrib-uglify

Install project dependencies

cd THEME_DIR # Replace THEME_DIR by theme path.
sudo npm install

Watch the project

grunt watch

Each time a less file is changed, style.css will be generated automatically.