jspacker
Filename
Size
Last Commit Date
Commit Message
..
.github
workflows
go-checks.yml
716
2025/10/11 19:18:15
added CI
cmd
jspacker
css.go
9113
2026/03/13 18:41:26
add flag to perform simple CSS minification
css_test.go
22038
2026/03/13 18:41:44
add CSS minification tests
html.go
6619
2026/03/13 19:02:22
add flag for CSS minification and pass through to combineCSS
html_test.go
3763
2026/03/13 08:43:51
removed 'default' consts from test expectations
js.go
2283
2026/02/21 15:05:27
added flag to compress output with gzip
main.go
5991
2026/03/13 19:14:48
remove 'js' prefix from base dir text, as we're no longer dealing with 'just' JavaScript
LICENSE
767
2021/11/01 09:19:37
moved files from jslib into own package
README.md
3544
2026/03/13 19:20:38
updated flags in README
ast.go
19074
2026/02/17 19:36:42
pulled out awaitCall func
dep.go
13552
2026/02/18 19:27:38
record when the origin is needed to be stored
errors.go
214
2026/02/17 19:47:48
sorted errors
examples_test.go
843
2026/02/18 19:28:06
updated example
go.mod
207
2026/03/05 20:15:57
updated css version
go.sum
818
2026/03/05 20:15:57
updated css version
jspacker.go
4648
2026/02/18 19:30:47
moved plugin code to own file
jspacker_test.go
12328
2026/02/18 19:40:23
put plugin tests in own file
loader.go
1757
2026/03/13 08:43:33
only add 'default' consts if required
options.go
1136
2026/02/14 21:02:16
corrected typos
plugin.go
4525
2026/03/13 19:23:52
use switch instead of checking value multiple times
plugin_test.go
1257
2026/02/18 19:40:23
put plugin tests in own file