-
I'm planning to play a bit with github actions and it could be helpful for our PR system by introducing automated checks.
The question is what should we check?
I've came up with a next list:
* …
-
So I've made up a Gruntfile on my own fork. It concats all the js files, minifies, uglifies and does the same with html and css files, then copies everything into a `dist` or distribution folder. What…
-
We should minify the javascript to make the project scalable with less server stress
-
Ccing @neubig @pfliu-nlp
On our dev and prod server, the benchmark submit drawer shows an incorrectly minified benchmark config. The root cause is webpack (used by create react app) auto-minifies …
-
I notice that comments, either in code or in markdown of a Framework project, are preserved in the output that appears in `dist` after build. Thus, if my `index.md` file looks like so:
# My lov…
-
Hi Team, the plugin is installed on my [site](https://kartikkasat.ml) and not working .I don't see my HTML minified in the production build.I also tried uninstalling and then reinstalling but no luck.
-
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…
-
**Is your feature request related to a problem? Please describe.**
SCPs that are valid from the AWS console cannot be applied via the API. This seems to be because the AWS console automatically mi…
-
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…
-
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…