Commit Graph

71 Commits

Author SHA1 Message Date
MrTimscampi
0a0fe15b26 Enable ES6 support for all tools 2020-03-24 08:22:58 +01:00
MrTimscampi
c96db19576 Remove libjass from yarn dependencies 2020-03-23 10:56:23 +01:00
Vasily
aa5fb12192
Merge pull request #938 from dkanada/query
Remove query string from source
2020-03-19 09:50:45 +03:00
dkanada
3958548b1f fix issues with standalone build 2020-03-17 02:12:05 +09:00
dkanada
b5a9273a24 change build commands 2020-03-17 01:09:25 +09:00
dkanada
43d81f5cd9 update cache and add prepare 2020-03-17 01:02:11 +09:00
dkanada
2cb68b9a24 improve build times and modify yarn scripts 2020-03-17 00:04:52 +09:00
dkanada
e77b718dd2 initial changes for web packaging 2020-03-16 23:30:14 +09:00
dkanada
51ca49e479
Merge branch 'master' into query 2020-03-16 15:36:31 +09:00
MrTimscampi
d69610dc70 Add polyfills 2020-03-13 09:26:00 +01:00
MrTimscampi
a0f3203a68 Adjust build dev command 2020-03-13 09:26:00 +01:00
MrTimscampi
12f42c81dd Update readme for Gulp build process and fix build 2020-03-13 09:26:00 +01:00
MrTimscampi
c54eb7050f Adjust commands and add Chrome 27 to browserslist 2020-03-13 09:26:00 +01:00
MrTimscampi
6c2ed00a61 Run postcss for webpack bundle 2020-03-13 09:26:00 +01:00
MrTimscampi
4c6dfbf2c5 Enable live reloading for browsersync 2020-03-13 09:25:26 +01:00
MrTimscampi
ac903b87e0 Add dev server and finish build 2020-03-13 09:25:26 +01:00
MrTimscampi
db4787a259 Add image minifier and copy stray files (gulp) 2020-03-13 09:25:26 +01:00
MrTimscampi
3d44f8f2aa Add basic Gulp config 2020-03-13 09:25:26 +01:00
dkanada
6260db82e2 remove query string from source 2020-03-12 23:55:59 +09:00
dkanada
ee69bb6807
Merge pull request #871 from grafixeyehero/page.js
Move page.js to node
2020-03-09 12:55:04 +09:00
MrTimscampi
b1d1cee634 Use forked version of JavascriptSubtitlesOctopus
The fork contains an asm.js compatibility patch that we need for older client. This commit switched to using our forked version while we wait for an upstream merge.
2020-03-02 19:54:29 +01:00
grafixeyehero
9d1f61f414 move page.js to node 2020-03-02 01:15:49 +03:00
Bill Thornton
c46c6c2203 Fix browsers that do not support Promises 2020-02-26 10:29:52 -05:00
MrTimscampi
1250c04c38 Update dependencies 2020-02-09 13:39:19 +01:00
ferferga
1619646f0a Default font family now is Noto Sans. Linked to jellyfin-noto package 2020-02-06 16:51:42 +01:00
MrTimscampi
b59ab3605e Fix some rebasing issues 2020-02-01 18:56:19 +01:00
MrTimscampi
cdefae3dee Merge remote-tracking branch 'upstream/master' into material-icons 2020-01-29 08:45:20 +01:00
MrTimscampi
0b11883451 Move material icons to external package 2020-01-25 18:58:35 +01:00
MrTimscampi
1646cac34a Remove IE11 from browsersist 2020-01-25 11:35:33 +01:00
MrTimscampi
e411ceab5a Add CSS linting to CI 2020-01-25 11:35:33 +01:00
MrTimscampi
27714cb8fb Add stylelint config 2020-01-25 11:35:33 +01:00
MrTimscampi
0ec0326c9d Add stylelint 2020-01-25 11:34:12 +01:00
MrTimscampi
5fb98e950b Correct the reverted changes that should be kept 2020-01-21 20:09:51 +01:00
MrTimscampi
b9b3cc7c2e Revert "Add autoprefix to postcss"
This reverts commit 509af1a0c3.
2020-01-21 20:09:40 +01:00
dkanada
57c779b4f6
Merge pull request #547 from Unhelpful/suboctopus
Use JavascriptSubtitlesOctopus to render ASS subtitles with embedded fonts.
2020-01-08 11:05:23 +09:00
MrTimscampi
83edce20aa Adjust browserslist rules 2019-12-30 15:34:24 +01:00
MrTimscampi
6b4d1a6b92 Add browserslist to package.json 2019-12-30 11:47:08 +01:00
MrTimscampi
509af1a0c3 Add autoprefix to postcss 2019-12-30 11:01:07 +01:00
dkanada
e21babea0b merge branch master into suboctopus 2019-12-28 19:32:42 +09:00
dkanada
21321a8d8e
Merge pull request #601 from grafixeyehero/fix
Fix webcomponents-lite bundling
2019-12-05 01:11:42 +09:00
ringmatter@fastmail.com
eb92a68568 ADDED webpack-concat-plugin to inject legacy apploader script 2019-11-30 15:16:08 +01:00
Robert Gründler
ecc3b17aca ADDED support for local webpack devserver development 2019-11-29 14:03:16 +01:00
grafixeyehero
0eddf1317c pick webcomponents-lite 2019-11-27 23:55:41 +03:00
dkanada
105891b409 move more dependencies to webpack 2019-11-11 01:45:01 +09:00
Andrew Mahone
33f016bb09 Merge remote-tracking branch 'origin/master' into suboctopus 2019-11-08 08:54:12 -05:00
grafixeyehero
651a53d64a Move almada and require.js from source control to npm 2019-10-27 16:55:18 +03:00
Andrew Mahone
3f3e5e6da5 Use JavascriptSubtitlesOctopus if canvas and web workers are available. 2019-10-24 12:03:27 -04:00
Bill Thornton
b4e5e4cb15 Revert Swiper to fix initialization error 2019-10-09 14:04:23 -04:00
dkanada
b725d137a0
Merge pull request #491 from dkanada/shaka
Bundle flvjs and shaka and move all libs to one folder
2019-10-09 04:06:17 +09:00
Bill Thornton
01f09eaa77 Restore prepare script 2019-10-03 11:07:11 -04:00