Daniel Ruf

Results 910 comments of Daniel Ruf

@groe see https://github.com/bebraw/libumd and https://github.com/search?o=desc&q=gulp+umd&s=stars&type=Repositories&utf8=%E2%9C%93

Generally it works better when the fonts are locally hosted (on your own server) and loading them with the fontface rule.

@Harvester57 thanks for the mention. Yes those copies are not online anymore. There is probably an alternative solution still available: https://www.reddit.com/r/linuxadmin/comments/eyd9yp/cipherlist_appears_gone_again/ https://github.com/Brunty/awesome-checker-services

Hi, thanks for reporting this issue. Can you please provide a reproducible test case as html file or similar and provide the exact steps to reproduce? You can also test...

For me it works there: Please make sure to use html files with `` tags in them, so that html-minifier can compress these blocks with terser. All js compression logic...

> I want to keep this tag as it is therefore I tried In general `'...""'` is correct and fine. For ignoring some lines, see https://github.com/terser/html-minifier-terser#ignoring-chunks-of-markup

> Is there anyother way? Besides this `ignoreCustomFragments` probably not. Did you already try that?

Unfortunately I have not used this option much so I would have to try this too. What you use is the CLI version of the package. The CLI uses the...

> the readme seems to reference `html-minifier-terser` which isn't installed and theres no bin directory or anything Are you sure? https://github.com/terser/html-minifier-terser/blob/v5.1.1/package.json#L40-L42 When you install it locally in your project, you...

> If I do `yarn install html-minifier-terser`, I see it show up in package.json, but simply calling `html-minifier-terser` says no command found. I had to do `yarn html-minifier-terser` for it...