Skip to content

Commit

Permalink
chore: minify production build
Browse files Browse the repository at this point in the history
  • Loading branch information
HEIGE-PCloud committed May 6, 2024
1 parent 693e8f5 commit b025278
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"private": true,
"scripts": {
"dev": "concurrently \"npm run server\" \"npm run server:tailwind --watch\"",
"build": "hugo --logLevel info --source=exampleSite --themesDir ../.. --gc",
"build": "hugo --logLevel info --minify --source=exampleSite --themesDir ../.. --gc",
"build:preview": "hugo --logLevel info --source=exampleSite --themesDir ../.. -D --gc",
"server": "hugo server --source=exampleSite --themesDir ../.. -D --disableFastRender --noHTTPCache",
"server:production": "hugo server --source=exampleSite --themesDir ../.. --disableFastRender -e production",
Expand Down Expand Up @@ -52,4 +52,4 @@
"tailwindcss": "^3.4.3",
"tailwindcss-aria-attributes": "^2.0.1"
}
}
}

0 comments on commit b025278

Please sign in to comment.