Giter VIP home page Giter VIP logo

azzet's Introduction

Azzet

Simple script to speed up and compact assets files.

Getting started

This script works only with PHP.

Load the script where you want and set files to load. Write it directly in html like this :

<link href="azzet.php/css/main.css" rel="stylesheet">

Load files

  • One file : azzet.php/main.css

  • One file in a directory : azzet.php/css/main.css or : azzet.php/main.css&dir=css

  • Multiple files (separated with '&') : azzet.php/main.css&test.css&admin.css

  • Multiple files in the same directory (separated files with '|') :
    azzet.php/css[main.css|test.css|admin.css]
    or :
    azzet.php/[main.css|test.css|admin.css]&dir=css
    or :
    azzet.php/main.css&test.css&admin.css&dir=css
    etc...

  • Multiple files in the multiple directories : azzet.php/css[main.css|admin.css]&main.css&test/test.css

With options :
  • One file minified : azzet.php/main.css?min

  • Files minified with .css extension : azzet.php/[main|admin|test]?min&ext=css

  • Files minified with .css extension in assets dir with debug : azzet.php/[main|admin|test]?min&ext=css&dir=assets&debug

Options available

  • debug : show error comment if file doesn't exists
  • dir : set a base dir (default : /)
  • type : type of files (default : css)
  • ext : set an extension (default empty)
  • min : minify CSS files (default : false)

And don't forget "URL rewriting" if you want something cool.

Example

Don't send a lot of CSS files, compact and compress these in one single CSS.

<!DOCTYPE html>
<html lang="en">
    <head>
        <title>Azzet - test</title>
        <link href="azzet.php/css/[laticss|csstoolkit]&main?ext=css&min" rel="stylesheet">
    </head>
  
    <body>
        <p>CSS loaded !</p>
    </body>
</html>

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.