f232d369d3980810339a5/app/node_modules/slick-carousel">slick-carousel 30f7226d9a first commit %!s(int64=2) %!d(string=před) roky sortablejs 30f7226d9a first commit %!s(int64=2) %!d(string=před) roky source-map 30f7226d9a first commit %!s(int64=2) %!d(string=před) roky source-map-js 30f7226d9a first commit %!s(int64=2) %!d(string=před) roky string-width 30f7226d9a first commit %!s(int64=2) %!d(string=před) roky strip-ansi 30f7226d9a first commit %!s(int64=2) %!d(string=před) roky sucrase 30f7226d9a first commit %!s(int64=2) %!d(string=před) roky supports-preserve-symlinks-flag 30f7226d9a first commit %!s(int64=2) %!d(string=před) roky tailwind-color-palette 30f7226d9a first commit %!s(int64=2) %!d(string=před) roky tailwindcss 30f7226d9a first commit %!s(int64=2) %!d(string=před) roky thenify 30f7226d9a first commit %!s(int64=2) %!d(string=před) roky thenify-all 30f7226d9a first commit %!s(int64=2) %!d(string=před) roky to-regex-range 30f7226d9a first commit %!s(int64=2) %!d(string=před) roky tr46 30f7226d9a first commit %!s(int64=2) %!d(string=před) roky ts-interface-checker 30f7226d9a first commit %!s(int64=2) %!d(string=před) roky uglify-js 30f7226d9a first commit %!s(int64=2) %!d(string=před) roky underscore 30f7226d9a first commit %!s(int64=2) %!d(string=před) roky upper-case 30f7226d9a first commit %!s(int64=2) %!d(string=před) roky util-deprecate 30f7226d9a first commit %!s(int64=2) %!d(string=před) roky valid-data-url 30f7226d9a first commit %!s(int64=2) %!d(string=před) roky web-resource-inliner 30f7226d9a first commit %!s(int64=2) %!d(string=před) roky webidl-conversions 30f7226d9a first commit %!s(int64=2) %!d(string=před) roky whatwg-url 30f7226d9a first commit %!s(int64=2) %!d(string=před) roky wrap-ansi 30f7226d9a first commit %!s(int64=2) %!d(string=před) roky wrappy 30f7226d9a first commit %!s(int64=2) %!d(string=před) roky y18n 30f7226d9a first commit %!s(int64=2) %!d(string=před) roky yallist 30f7226d9a first commit %!s(int64=2) %!d(string=před) roky yaml 30f7226d9a first commit %!s(int64=2) %!d(string=před) roky yargs 30f7226d9a first commit %!s(int64=2) %!d(string=před) roky yargs-parser 30f7226d9a first commit %!s(int64=2) %!d(string=před) roky .yarn-integrity 30f7226d9a first commit %!s(int64=2) %!d(string=před) roky add --minify to build-scripts · 08d8f80f76 - Gogs: Simplico Git Service
Ver Código Fonte

add --minify to build-scripts

Prach Pongpanich 3 anos atrás
pai
commit
08d8f80f76
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      app/package.json

+ 1 - 1
app/package.json

@@ -1,6 +1,6 @@
1 1
 {
2 2
   "scripts": {
3
-    "build": "tailwindcss -i ./static/css/input.css -o ./static/css/main.css ",
3
+    "build": "tailwindcss -i ./static/css/input.css -o ./static/css/main.css  --minify",
4 4
     "watch": "tailwindcss -i ./static/css/input.css -o ./static/css/main.css --watch"
5 5
   },
6 6
   "devDependencies": {