Html-destroyer, an Epiphany Search production
A Chrome plugin to test front end builds.
Head to the latest release and grab the .crx file. Open chrome extensions page ( chrome://extensions/ ), drag and drop the file in the page.
This tool will help us spot style that can be problematic, especially once a CMS is implemented in the build and the editors are free to change content.
npm start
will start typescript on watch mode.
From the Chrome extension page check "Developer mode" at the top and click on "Load unpacked extension...". Point to the root directory of this project and the plugin will be loaded in Chrome. Use "Reload" on the same page to refresh the extension after changes are made.