To add a collaborator to this project you will need to use the Relish gem to add the collaborator via a terminal command. Soon you'll be able to also add collaborators here!
More about adding a collaboratorServing static files
Chaplin serves all static files in the public directory
- Scenarios
-
- Sending a request for a static file
-
- Given
-
I have the following public/hello.txt file
Hello Chaplin!
- And
-
I have the following app.json file
{ "routes": [] }
- And
- I start a Chaplin server
- When
- I send the request GET /hello.txt
- Then
-
I should get the following response
Hello Chaplin!
Last published over 6 years ago by Victor Mours.