Skip to content

Commit 09277ec

Browse files
Reinstate cssnano minification of css
1 parent 364231c commit 09277ec

File tree

2 files changed

+46
-48
lines changed

2 files changed

+46
-48
lines changed

src/Umbraco.Commerce.Checkout/Client/gulpfile.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ const fe_css = () => {
1919
.pipe(postcss([
2020
require('tailwindcss'),
2121
require('autoprefixer'),
22-
//require('cssnano')({
23-
// preset: 'default',
24-
//})
22+
require('cssnano')({
23+
preset: 'default',
24+
})
2525
]))
2626
.pipe(rename('uccheckout.css'))
2727
.pipe(gulp.dest(`${outputPath}/css`));

src/Umbraco.Commerce.Checkout/Client/package-lock.json

+43-45
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)