Commit 32d5aeb
committed
fix: prevent Vite files conflict with Next.js frontend
- Add frontend == 'htmx-tailwind' condition to Vite template files
- Update tests to check for Vite (default) and CDN modes separately
- Add new test_htmx_frontend_cdn_mode test1 parent afe8e4e commit 32d5aeb
File tree
7 files changed
+21
-1
lines changed- template/frontend
- {% if frontend == 'htmx-tailwind' and frontend_bundling == 'vite' %}src{% endif %}
- tests
7 files changed
+21
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
204 | 204 | | |
205 | 205 | | |
206 | 206 | | |
207 | | - | |
| 207 | + | |
208 | 208 | | |
209 | 209 | | |
210 | 210 | | |
211 | 211 | | |
212 | 212 | | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
213 | 231 | | |
214 | 232 | | |
215 | 233 | | |
216 | 234 | | |
| 235 | + | |
| 236 | + | |
217 | 237 | | |
218 | 238 | | |
219 | 239 | | |
| |||
0 commit comments