mirror of
https://github.com/Joxit/docker-registry-ui.git
synced 2025-04-28 07:59:55 +03:00
feat: merge static version with latest and add license
BREAKING CHANGE: Now only one tag will be published: `latest`. This tag will include both the standard and latest version
This commit is contained in:
parent
7d095916db
commit
1173453f72
24 changed files with 151 additions and 288 deletions
6
rollup/copy-transform.js
Normal file
6
rollup/copy-transform.js
Normal file
|
@ -0,0 +1,6 @@
|
|||
export default function (contents, name) {
|
||||
if (name.endsWith('.svg')) {
|
||||
return contents.toString('utf8').split(/\n */).join(' ').replace(/\s+/g, ' ').trim();
|
||||
}
|
||||
return contents;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue