Welcome to the Download Monitor repository on GitHub. Here you can browse the source, look at open issues and keep track of development.
If you are not a developer, please use the Download Monitor plugin page on WordPress.org.
To disclose a security issue to our team, please submit a report via our website here.
This repository is not suitable for support. Please don't use our issue tracker for support requests, but for core Download Monitor issues only. Support can take place through the appropriate channels:
- The Download Monitor premium support for customers who have purchased extensions.
- Our community forum on wp.org which is available for all Download Monitor users.
- Download Monitor Documentation Page
Support requests in issues on this repository will be closed.
In order to only add and update the used Tailwind CSS please use the following command line:
npx tailwind -i ./assets/src/tailwind.less -o ./assets/css/tailwind.less --watch
This will search in the src
, templates
and assets/views
for Tailwind CSS and add the required code style to the CSS file.
Building the front-neede CSS file is done using the following command line:
grunt build-css
. This will combine DLM's front CSS with Tailwind's into a single minified CSS file.