slim-embedded-minify

A slim file to minify embedded code.

MIT License

Downloads
33.9K
Stars
8
Committers
4

Bot releases are hidden (Show)

slim-embedded-minify - v0.2.7 Latest Release

Published by ydah about 1 year ago

  • Fix incorrect removing when using escaped quotation for css.

Full Changelog: https://github.com/ydah/slim-embedded-minify/compare/v0.2.6...v0.2.7

slim-embedded-minify - v0.2.6

Published by ydah about 1 year ago

  • Fix incorrect removing when using escaped quotation.

Full Changelog: https://github.com/ydah/slim-embedded-minify/compare/v0.2.5...v0.2.6

slim-embedded-minify - v0.2.5

Published by ydah about 1 year ago

  • Fix to not delete anything other than comments.

Full Changelog: https://github.com/ydah/slim-embedded-minify/compare/v0.2.4...v0.2.5

slim-embedded-minify - v0.2.4

Published by ydah about 1 year ago

  • Fix deletion of strings when /* is present in the string.

Full Changelog: https://github.com/ydah/slim-embedded-minify/compare/v0.2.3...v0.2.4

slim-embedded-minify - v0.2.3

Published by ydah about 1 year ago

Changes

  • Fix to not removing line when a block comment if it starts at the end of a line.

New Contributors

Full Changelog: https://github.com/ydah/slim-embedded-minify/compare/v0.2.2...v0.2.3

slim-embedded-minify - v0.2.2

Published by ydah about 1 year ago

  • Fix an invalid remove comment.

Full Changelog: https://github.com/ydah/slim-embedded-minify/compare/v0.2.1...v0.2.2

slim-embedded-minify - v0.2.1

Published by ydah over 1 year ago

slim-embedded-minify - v0.2.0

Published by ydah over 1 year ago

  • Add support for css minify.
slim-embedded-minify - v0.1.3

Published by ydah over 1 year ago

  • Fix to disregard comments if enclosed in quotation marks.
  • Fix deletion of lines when a line is not just a comment.