Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/digitoimistodude/gulp-sitemap-generator
Generate a JSON list of every page to use with gulp-uncss.
https://github.com/digitoimistodude/gulp-sitemap-generator
gulp json sitemap sitemap-generator
Last synced: about 2 months ago
JSON representation
Generate a JSON list of every page to use with gulp-uncss.
- Host: GitHub
- URL: https://github.com/digitoimistodude/gulp-sitemap-generator
- Owner: digitoimistodude
- License: gpl-2.0
- Created: 2017-03-17T11:19:01.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-17T11:19:38.000Z (almost 8 years ago)
- Last Synced: 2024-12-31T07:27:45.540Z (about 2 months ago)
- Topics: gulp, json, sitemap, sitemap-generator
- Language: PHP
- Size: 6.84 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gulp Sitemap Generator for WordPress
This plugin generates a JSON list of every page on a site so you can remove unused CSS styles easily with gulp-uncss that is included in [devpackages](https://github.com/digitoimistodude/devpackages).
### Composer
To use this plugin with composer, run command `composer require digitoimistodude/gulp-sitemap-generator` in your project directory or add `"digitoimistodude/digitoimistodude/gulp-sitemap-generator":"dev-master"` to your composer.json require.
Add `"digitoimistodude/gulp-sitemap-generator",` to your mu-plugins installer paths in composer.json to use as must-use plugin.