-
I'd been getting parse errors such as this in my unit tests
> Error: Failed to execute 'setAttribute' on 'Element': '\n\'' is not a valid attribute name.
This happens when I define attributes on new…
-
js文件名都替换成index-ff3aa84bc13ec2a839abcd03494d77a3.js这种形式了,但是html里面依然是index-v1.1.js这种,导致载入失败
配置是默认的,哪里的问题呢
```
asset_pipeline:
revisioning:
enable: true
clean_css:
enable: true
ugli…
-
Content of `pre`, `textarea` and `code` tags should not be minified, even if HTML whitespace collapsing is enabled (must be an exception like inside of tags & props).
-
Work is underway in https://github.com/KaTeX/KaTeX/pull/3364 that will likely improve this, but I want to document this in relation to #2194 and https://github.com/KaTeX/KaTeX/issues/3356 .
**Descr…
-
I have noticed that intervals and timeouts set with `Meteor.setInterval()` and `Meteor.setTimeout()` are not being cleared on server side upon live reload. To demonstrate this behaviour I created a te…
-
XML minification can help by removing whitespace.
However on testing using the HTML minifier, tags do not retain their case sensitivity and there is no option to do so (there is for the attributes).
…
-
Currently (I am using *Elm* 0.19.0, OS is Archlinux), to generate a HTML page, I only can write a command like this:
```sh
$ elm make Main.elm --output=index.html
```
*(Assuming that there are Mai…
-
**How can we reproduce this bug?**
Use Inliner v2 at https://foundation.zurb.com/emails/inliner-v2.html
Filled in HTML:
``
Filled in CSS:
`body {background: linear-gradient(to bottom, white 3…
-
Root cause of why expected excluded JS is still getting minified/compiled: https://github.com/Polymer/polymer-cli/issues/956#issuecomment-363232433
This is an unexpected behavior that bundling sho…
-
The HTML and import meta assets plugins have hooks to easily do minification. We should document recommended minifiers and how to use them.
If anyone knows any good recommendations, you could post …