Skip to content

Commit

Permalink
feat(build): custom output filename
Browse files Browse the repository at this point in the history
info about new fileName setting in semantic.json as of fomantic/Fomantic-UI#3140
  • Loading branch information
lubber-de authored Dec 26, 2024
1 parent 109b2ce commit e2b19a3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions server/documents/introduction/build-tools.html.eco
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,9 @@ type : 'Introduction'
// current version of Fomantic UI
"version": "<%= @getVersion() %>",

// output fileName (without extension) for packaged files (.min, .css, .js will be added automatically)
"fileName": "semantic",

// Whether to include the version string to the released files. Default: false
"includeVersionInFileName": false,

Expand Down

0 comments on commit e2b19a3

Please sign in to comment.