madskristensen / BundlerMinifier

Visual Studio extension
Other
615 stars 172 forks source link

Generation file format problem (LF / CR / CRLF) #516

Open sgalcheung opened 4 years ago

sgalcheung commented 4 years ago

Installed product versions

BuildBundlerMinifier:3.2.449

Description

The file format generated under Windows environment is LF, but windows changes to CRLF. Otherwise, when I deploy to the Linux server, the LF file fails

Current behavior

I use the generated static resources to package the docker image, and run the container in Linux. The style only displays the line that I see and is truncated After deployment image Generated files image

Expected behavior

It is recommended to generate the corresponding format according to the environment