phpList / phplist-ui-dressprow

Old theme for phpList 3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dressprow

A theme for phpList 3

Build Status

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

About

Old theme for phpList 3


Languages

Language:CSS 41.8%Language:Hack 26.7%Language:JavaScript 22.9%Language:PHP 7.0%Language:HTML 1.7%