Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

327
Views
Is there some gulp plugin to remove empty class attr and whitespace around quote and doubel space inside class on html files?

Like this.

<button class="" disabled></button> // remove empty class and keep other attr like disabled
<div class=" a b "></div> // remove whitespace around quote
<div class="a  b"></div> // remove double space inside class

This is the result I want, i need to format html file but not minify.

<button disabled></button> // remove empty class and keep other attr like disabled
<div class="a b"></div> // remove whitespace around quote
<div class="a b"></div> // remove double space inside class

I tried some html format plugins but failed, hope you can recommend some plugins to me, thank you.

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!