Awesome
Dressprow
A theme for phpList 3
Getting started
Prerequisite: nodejs & npm. See https://nodejs.org for instructions.
- Install Grunt globally
npm install -g grunt-cli
- Grunt plugins
We use cssmin to minify css files and uglify to minify js files.
Installation
Clone this repository to the following directory of phpList :
lists/admin/ui
Rename the repository name to dressprow and then change the working directory to:
cd dressprow
then install project dependecies:
sudo npm install
Minify CSS
To minify css files, please run:
grunt cssmin
Minify js
To minify js files please run:
grunt uglify