-
```
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…
-
```
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…
-
```
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…
-
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 …
-
**Is your feature request related to a problem? Please describe.**
It feels so cluttered when I have multiple files ("Excalidraw", "SVG", and "PNG") representing a single image at the same place. But…
-
## Type
Bug
## Package name
`webpack-dev-server`
### Entire error (stringified) I see in my browser console
I took it a bit further, since the API is throwing a 504. https://bundlephobia.co…
-
what about making minified version?
i don't need to use node and npm, but i need to embeed it in vanila html+css+js
and connect via cdn
-
Hi,
I am a french speaker and when I try to minify my files, I get an error about accentued chars like 'à' or 'é'
Here is the exception thrown in the console:
```
Exception in thread Thread-29:
Tra…
-
Maybe I'm doing something wrong but minifying any js creates a file which contains only "undefined." I haven't tried to minify any css.
Windows 10 Pro 1809, Brackets Release 1.14 build 1.14.0-17740…
ghost updated
4 years ago
-
```
Javascript string could use backslash for concatenation like this:
var string = 'first line\
second line';
wro4j works fine only if after backslash only LF (line feed), if also carriage
return …