1
0
mirror of https://github.com/tabler/tabler.git synced 2026-08-05 19:03:18 +04:00

Remove docs CSS copy step from preview config

This commit is contained in:
codecalm
2026-08-05 00:46:42 +02:00
parent 1a000bcf9f
commit a2094b7b07
-7
View File
@@ -116,13 +116,6 @@ export default defineConfig({
to: path('./public/preview'),
label: '@tabler/preview',
},
{
// docs.css built by the @tabler/docs sass pipeline (used by docs pages)
from: path('../docs/dist/css'),
to: path('./public/css'),
label: '@tabler/docs',
required: false,
},
{
// static assets (photos, avatars, tracks, brand svgs...). The real source,
// because preview/static is a symlink that may not survive deployment packaging.