Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/abdumu/jigsaw
- Owner: abdumu
- License: mit
- Created: 2018-06-15T03:52:20.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-20T15:18:18.000Z (over 6 years ago)
- Last Synced: 2024-10-14T08:15:41.481Z (2 months ago)
- Topics: blade-template, php, static-site, static-site-generator, static-website
- Language: HTML
- Homepage:
- Size: 1.74 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE.txt
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
```