rails / cssbundling-rails

Bundle and process CSS in Rails with Tailwind, PostCSS, and Sass via Node.js.
MIT License
563 stars 83 forks source link

Update css:clobber to also remove sourcemaps #122

Closed rbague closed 1 year ago

rbague commented 1 year ago

Right now, the CSS:clobber task only removes .css files, leaving any sourcemap present in the directory if present. This change mimics how jsbundling-rails works, and removes both CSS files and sourcemaps from the directory.