Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/abdumu/jigsaw

💪 Simple static sites with Laravel's Blade (improved for performance)
https://github.com/abdumu/jigsaw

blade-template php static-site static-site-generator static-website

Last synced: 30 days ago
JSON representation

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

Awesome Lists containing this project

README

        

![](https://cloud.githubusercontent.com/assets/357312/25055001/5603687e-212e-11e7-8fad-0b33dbf7fb71.png)

---
## 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
```