mirror of
https://git.waldn.net/git/knotteye/satyr.git
synced 2025-04-19 18:25:27 +00:00
Add compiled templates file to .gitignore, will work out a system for making sure templates are compiled later. Fix a couple bugs in the API and templates. TODO for client-side rendering: Make sure templates get compiled before running the server. Add a config option to switch between server-side and client-side rendering Fancy SPA stuff like intercepting links to render changes without a page-reload
7 lines
99 B
Plaintext
7 lines
99 B
Plaintext
node_modules
|
|
site/live
|
|
config/**/*
|
|
!config/.gitkeep
|
|
install/db_setup.sql
|
|
build/**
|
|
site/templates.js |