-
Notifications
You must be signed in to change notification settings - Fork 7
CSSView
Alexander Söderberg edited this page Oct 1, 2017
·
2 revisions
This view will only serve CSS files
css
The folder the server will look for files in.
Default: /assets/css
Example:
folder: ./public
csstest:
type: css
filter: csstest/[file][extension]
options:
folder: ./csstest
Will look for files in ./csstest, extension isn't required (will default to css files).
Example of valid requests: /csstest/index.css
, /csstest/test
IntellectualServer
Files can be found in .kvantum/config
- Getting Started
- View Patterns
- File Patterns
- server.yml
views.yml- socketFilters.yml
- translations.yml
- SSL
- Getting Started
- Modules
- Hello World
- Plugins
- Events
- Account System
- Authorization
- Application System
- Sessions
- Create a view - OOP based
- Create a view - @Annotation based
- Middleware
- Extending Crush (Templating syntax)
- ViewReturn