You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have several CSS files, many contain page-specific styles, so the list grows with more pages. Instead of maintaining a hardcoded list of files, I'd prefer using glob syntax.
The same applies to JS files, of course.
WDYT?
The text was updated successfully, but these errors were encountered:
I just revisited this topic again and came up with a working proposal in #37. As mentioned in the PR the code might be not as efficient and clean as possible so please feel free to share your feedback to improve the code quality.
I'd like to be able to list files to minify using glob syntax, which doesn't seem to be supported yet. For instance:
I have several CSS files, many contain page-specific styles, so the list grows with more pages. Instead of maintaining a hardcoded list of files, I'd prefer using glob syntax.
The same applies to JS files, of course.
WDYT?
The text was updated successfully, but these errors were encountered: