Giter Site home page Giter Site logo

aresdragoi / phplist-ui-bootlist Goto Github PK

View Code? Open in Web Editor NEW

This project forked from phplist/phplist-ui-bootlist

0.0 1.0 0.0 10.77 MB

phpList 3 theme with bootstrap

License: GNU General Public License v3.0

CSS 24.23% JavaScript 11.31% HTML 62.65% Ruby 0.08% PowerShell 0.03% Python 0.37% Shell 0.02% PHP 1.21% Hack 0.10%

phplist-ui-bootlist's Introduction

Trevelin theme (formerly 'Bootlist')

A bootstrap-based theme for phpList 3

Build Status

alt tag alt tag

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

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

Watchers

 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.