Feature/refactor build#110
Conversation
|
See build: https://github.com/simplesamlphp/SAML-tracer/actions/runs/28720058215 |
|
|
||
| - name: Copy third-party dependencies to lib/ directory | ||
| run: | | ||
| cp vendor/fredericpetit/highlightjs-composer/assets/js/highlight.min.js lib/highlight.min.js |
There was a problem hiding this comment.
Formerly we had this in build.sh which, I think, leads to a much smaller result:
node tools/build.js xml properties http
This highlight.min.js has all grammars included which really boosts the file size. But I guess we'll just have to accept that...
There was a problem hiding this comment.
I found a way to do this without including the full version with all gramars.
57b4250 to
75e1af7
Compare
75e1af7 to
bf190e0
Compare
bf190e0 to
0367552
Compare
|
@khlr I think I was able to address all your comments. Both dependencies are now in package.json, which hopefully is acceptable to AMO. |
Closes #109