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
Copy file name to clipboardExpand all lines: README.md
+16-4Lines changed: 16 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,17 +19,22 @@ The following parameters can be set to configure the action.
19
19
20
20
***add_suffix** - Indicates if the output files should have the suffix `.min` added after the name. Default is true
21
21
22
+
***inclusions** - Multi-line string, each line of which contains a regex representing files/paths within the input directory to include/minify. By default, all files in the input directory will be minified
23
+
22
24
```yaml
23
25
jobs:
24
26
build:
25
27
runs-on: ubuntu-latest # Docker-based github actions have to run on a linux environment
@@ -55,17 +61,22 @@ The following parameters can be set to configure the plugin.
55
61
56
62
***add_suffix** - Indicates if the output files should have the suffix `.min` added after the name. Default is true
57
63
64
+
***inclusions** - Multi-line string, each line of which contains a regex representing files to include/minify. By default, all files in the input directory will be minified
0 commit comments