Commit 81ea525
authored
Ignore nested node_modules and delete postcss (#1828)
* Ignore nested node_modules and delete postcss
Add an explicit '!**/node_modules/**' ignore pattern in Gruntfile.js so nested node_modules folders are excluded from file sets. Remove modules/user-directory/postcss.config.js (Tailwind + Autoprefixer) as the per-module PostCSS config is no longer required.
* Remove redundant node_modules ignore pattern
Simplify Gruntfile.js main.src globs by removing the duplicate '!node_modules/**' entry. The existing '!**/node_modules/**' already excludes node_modules at any depth (including top-level), so this cleans up the pattern list without changing behavior.1 parent b061348 commit 81ea525
2 files changed
+1
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
190 | 190 | | |
191 | 191 | | |
192 | 192 | | |
193 | | - | |
| 193 | + | |
194 | 194 | | |
195 | 195 | | |
196 | 196 | | |
| |||
This file was deleted.
0 commit comments