Skip to content
This repository was archived by the owner on Mar 16, 2026. It is now read-only.

Commit cca0b4a

Browse files
committed
fix: more specific moving of css, scss to root instead of all files
1 parent a2e0372 commit cca0b4a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

projects/ngx-toastr/ng-package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,12 @@
66
},
77
"assets": [
88
{
9-
"glob": "**/*",
9+
"glob": "**/*.css",
10+
"input": "src/lib",
11+
"output": "."
12+
},
13+
{
14+
"glob": "**/*.scss",
1015
"input": "src/lib",
1116
"output": "."
1217
}

0 commit comments

Comments
 (0)