Giter VIP home page Giter VIP logo

phplist-ui-bootlist's Introduction

Trevelin theme (formerly 'Bootlist')

A bootstrap-based theme for phpList 3

Build Status

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

Issues

Getting started

If you are not going to develop, you don't need the /less and the /bootstrap directories:

If you are going to develop you need to follow this instructions:

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

Minify CSS

grunt less

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

Minify the javascript

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

phplist-ui-bootlist's People

Contributors

mariez avatar michield avatar samtuke avatar xh3n1 avatar tarekdj avatar brunildadosti avatar suelap avatar bramley avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.