nizarmah / auto-minify

Minifies JS and CSS files in GitHub workflows.
GNU General Public License v3.0
48 stars 18 forks source link

Feature: Added Maxdepth Input Variable #10

Closed nizarmah closed 4 years ago

nizarmah commented 4 years ago

This specifies the maxdepth for the find command that searches for the js and css files.

By default, the maxdepth is set to "", which leads to continuously searching through nested directories.

Tested on Auto-Minify-Test/example/wildcard.

image