-
Notifications
You must be signed in to change notification settings - Fork 7
JSView
Alexander Söderberg edited this page Oct 1, 2017
·
1 revision
This view will only serve JavaScript files
javascript
The folder the server will look for files in.
Default: /assets/css
Example:
folder: ./public
jstest:
type: javascript
filter: jstest/[file][extension]
options:
folder: ./jstest
Will look for files in ./jstest, extension isn't required (will default to js files).
Example of valid requests: /jstest/index.js
, /jstest/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