|
|
|
|
|
by boredumb
1102 days ago
|
|
imo using your language of choice as an html templating engine that serves your "static" files is the best choice - you can essentially be left with editign css/js and html files but if you have some neat feature you want to add you can implement it and start taking advantage of the templates to interpolate your new stuff. Keeps your clients small and it's up to you to keep it simple or add what ever giant frameworks you want. |
|