Download the PHP package clayfreeman/browser-debug-utils without Composer
On this page you can find all versions of the php package clayfreeman/browser-debug-utils. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download clayfreeman/browser-debug-utils
More information about clayfreeman/browser-debug-utils
Files in clayfreeman/browser-debug-utils
Download clayfreeman/browser-debug-utils
More information about clayfreeman/browser-debug-utils
Files in clayfreeman/browser-debug-utils
Vendor clayfreeman
Package browser-debug-utils
Short Description A collection of command-line utilities to aid in debugging browser engines.
License MIT
Homepage https://github.com/clayfreeman/browser-debug-utils
Package browser-debug-utils
Short Description A collection of command-line utilities to aid in debugging browser engines.
License MIT
Homepage https://github.com/clayfreeman/browser-debug-utils
Please rate this library. Is it a good library?
Informations about the package browser-debug-utils
Browser debug utilities
This project contains several scripts that make the process of debugging browser
engines much easier (some special cases excepted). The hallmark feature of this
project is its integration with uncss
to automate the process of removing
unused CSS rules.
Overview
bdu-outline-scripts
: replaces all inline script elements with references to outline script files.bdu-outline-styles
: replaces all inline style elements with references to outline style files.bdu-replace-outlined-styles
: deletes all outlined styles and inserts the contents of STDIN at the top of the document.bdu-prepare
: automatically runsbdu-outline-scripts
andbdu-outline-styles
, then pipes the output ofuncss
intobdu-replace-outlined-styles
to remove all unused CSS rules.
Dependencies
This project requires composer
and npm
to be available, and both of their
respective bin directories should be in your PATH environment variable.
Additionally, PHP 7.2 or greater is required.
Installation
Usage
- Create your minimum viable test case using the inspector in your favorite browser (e.g., delete all unnecessary elements and external resources).
- Save the modified page in a way that is completely accessible offline.
- Run the aggregate script,
bdu-prepare /path/to/index.html
, or any of the other scripts provided by this project.
All versions of browser-debug-utils with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.2
ext-xml Version *
ext-xml Version *
The package clayfreeman/browser-debug-utils contains the following files
Loading the files please wait ....