Skip to content

Commit

Permalink
chore: update javadoc explanation (#20528)
Browse files Browse the repository at this point in the history
Make the javadoc more
descriptive and correct
for extra extensions.
  • Loading branch information
caalador authored Nov 21, 2024
1 parent 1b77de3 commit b76b56e
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,9 @@ public abstract class FlowModeAbstractMojo extends AbstractMojo
private boolean npmExcludeWebComponents;

/**
* Parameter for adding file extensions to handle during frontend tasks.
* Parameter for adding file extensions to handle when generating bundles.
* Hashes are calculated for these files as part of detecting if a new
* bundle should be generated.
* <p>
* From the commandline use comma separated list
* {@code -Ddevmode.frontendExtraFileExtensions="svg,ico"}
Expand Down

0 comments on commit b76b56e

Please sign in to comment.