Closed raratiru closed 5 years ago
I am trying to minify fragments of code in django templates and the default behavior will not help.
pyminify the following: <div></div> it will return <html><head></head><body><div></div></body></html>
<div></div>
<html><head></head><body><div></div></body></html>
Apparently not.
I am trying to minify fragments of code in django templates and the default behavior will not help.
pyminify the following:
<div></div>
it will return<html><head></head><body><div></div></body></html>