-
I am looking at fixing a bug when paring css with selector `div.not(.a, .b)`. The Problem is that in RuleSet we parse the selector. https://github.com/stoivo/css_parser/blob/935308c5955b57a2d826d99ae…
-
Suggested by @silentrob, perhaps we shouldn’t use any of the preprocessor’s compression, and instead use something else to do it consistently? [ianstormtaylor/minify](https://github.com/ianstormtaylor…
-
The following code
```python3
def f(arg, /):
print([x for y in range(10) if (x := y // 2) & 1])
print(arg, arg)
f(10)
```
which prints
```
[1, 1, 3, 3]
10 10
```
minifies to
`…
-
Work within the directory webidl-test-01. First, create the glue-code:
python tools/webidl_binder.py test.idl glue
Then compile:
emcc test.cpp my_glue_wrapper.cpp --post-js glue.js -o test.js -Oz
Op…
-
I got this error when building for productiong (ember b --prod):
Build Error (UglifyWriter)
Unexpected token: eof (undefined)
Here's the full error log :+1:
================================…
-
This works well when running the dev server locally, but in a production build, the error changes into a minified react error, and does not get picked up by this patch.
Other than just adding the e…
-
Would be nice to remove gulp from our build tools altogether and just run everything through webpack. I think we're getting very close to being able to do that.
Webpack now builds & minifies all o…
-
This question is about plugin **composition**, I used to be curious why rollup has 3 essential steps: `resolveId, load, transform`, now I have an answer: Plugins can be composited by doing different s…
-
## Problem
Our current vue/i18n messages files utilise nested JSON objects to discriminate keys. A sample from our `en.json5` looks like this:
```json5
{
"404": {
title: "The content …
-
Unable to interpret argument clean-css - if it is a plugin (less-plugin-clean-css),make sure that it is installed under or at the same level as less .
按照写的教程安装了lessc和less2Css,但是不能编译和建立适当的less文件。配置成功了…