A bootstrap-based theme for phpList 3
Bootstrap class names and extra html needed, inserted by jQuery with the script:
js/phpList3ToBootstrap.js
- View issues on Mantis issue tracker
- Report issues on Mantis issue tracker (use category Theme - bootstrap)
Building the project requires nodejs & npm. See https://nodejs.org for setup.
sudo npm install -g grunt-cli
To minify js we use this grunt plugins:
https://github.com/gruntjs/grunt-contrib-concat
https://github.com/gruntjs/grunt-contrib-uglify
cd THEME_DIR # Replace THEME_DIR by theme path.
sudo npm install
grunt watch
Each time a less file is changed, style.css will be generated automatically.