-
Crafting v1.8.3 alone took ~90 minutes, I think this time could and should be cut down significantly, ideally making a release should be pretty much instantaneous (and perhaps we'll really get there o…
-
Visual Design: Consider adding more visual elements such as images, icons, or graphics to make the webpage more visually appealing and engaging.Responsive Design: Ensure that the webpage is optimized …
-
All js files should be concatenated into 1 file and minified. This could be a gulp task that will be executed in Wercker. The .html files should also be modified to include just 1 file. Maybe gulp-pre…
-
Currently using latest version v3.0.368 with .net 6
The minifier produces invalid JS syntax from valid source. The chrome browser console displays the following error: "Lexical declaration cannot…
-
the minifier should be replaced with one that does minify media queries as well
-
This could be implemented using clever nextTick usage - still thinking about this
-
### Installed product versions
- Visual Studio: 2019 Community
- This extension: 2.8.396
### Description
minifying scss files with grid css rules causes this processing exception.
### Steps t…
-
Looking through the docs I couldn't find a solution, sorry to post here if this feature already exists.
The plugin currently does not support minification of resources with angularJS or requireJS in …
-
### Installed product versions
- Visual Studio: 2022 Professional
- This extension: 2.9.3
### Description
Minifying of [ExcelJs ](https://github.com/exceljs/exceljs) fails with error message:
…
-
```
What steps will reproduce the problem?
1. Create project with Windows-1252 encoding
2. Write on a js file a string constant with special characters
3. Minify it
What is the expected output? What…