takielias / tablar

Tablar: A Laravel Dashboard Preset Based on Tabler HTML Template + Vite. https://tablar.ebuz.xyz/docs
https://tablar.ebuz.xyz
MIT License
280 stars 32 forks source link

Allow disabling vite #72

Open ELtd opened 1 week ago

ELtd commented 1 week ago

https://github.com/takielias/tablar/blob/744d5412075e1f15b93128e02a1fc4f09db592c5/resources/views/master.blade.php#L19

Hello,

I think you mistyped this line and should fix it with : @if(config('tablar.vite')) If not, It's not possible to disable vite ( I use custom paths so I need to change the vite call)

Thanks

takielias commented 1 week ago

@ELtd Thank you so much. Could you please make a PR?