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)
If you are not going to develop, you don't need the /less and the /bootstrap directories:
- https://github.com/phpList/phplist-ui-bootlist/tree/master/bootstrap
- https://github.com/phpList/phplist-ui-bootlist/tree/master/less
If you are going to develop you need to follow this instructions:
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.
grunt concat
To unify all .js in one file: phplist_ui_bootlist.js
And then, to minify that file, you have to run:
grunt uglify