Skip to content

Commit 191c07d

Browse files
feat: create minify-literals, rollup-plugin-minify-literals
Signed-off-by: Henry Gressmann <[email protected]>
1 parent 4cf1668 commit 191c07d

File tree

18 files changed

+1830
-5
lines changed

18 files changed

+1830
-5
lines changed

LICENSE.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Internet Systems Consortium license
22

3+
Unless otherwise noted (e.g with a seperate LICENSE.md file), all files in this repository are licensed under the ISC License:
4+
35
Copyright (c) 2023, Henry Gressmann
46

57
Permission to use, copy, modify, and/or distribute this software for any purpose

packages/minify-literals/LICENSE.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Copyright 2023 Henry Gressmann
2+
Copyright 2018 Elizabeth Mitchell
3+
4+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
5+
6+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
7+
8+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

packages/minify-literals/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# minify-literals
2+
3+
> Minify HTML & CSS markup inside JavaScript/TypeScript template literal strings.
4+
5+
## Credits
6+
7+
This package is based on [minify-html-literals](https://github.com/asyncLiz/minify-html-literals) by [Elizabeth Mitchell](https://github.com/asyncLiz)

0 commit comments

Comments
 (0)