abdumu / jigsaw

💪 Simple static sites with Laravel's Blade (improved for performance)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Jigsaw (Improved)

This is a forked version of [Jigsaw] (https://github.com/tightenco/jigsaw) that's meants for websites with huge number of files.

When to use Jigsaw (Improved)

  • If you are fan of a fast build time
  • If you have huge number of files (more than > 500) (tested lately on 5000 files)
  • If you want less memory consumption (more memory consumption leads to build crashes).
  • If you build your files on production.

How to use

Check out http://jigsaw.tighten.co/docs/installation for installation instructions, replace number 2 step's command with:

composer require abdumu/jigsaw

About

💪 Simple static sites with Laravel's Blade (improved for performance)

License:MIT License


Languages

Language:HTML 45.8%Language:CSS 30.8%Language:PHP 22.8%Language:JavaScript 0.6%