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 collaboratorStatic Assets
The Content Service serves static assets for all web applications.
Static CSS and JS returned for successful GET calls.
404 returned for assets that do not exist.
- Scenarios
-
- Requesting CSS
-
- Given
- a GET request is sent to '/assets/css/global.css'
- Then
- a 200 should be received
- And
- a CSS file must be received
- Requesting JavaScript
-
- Given
- a GET request is sent to '/assets/js/global.js'
- Then
- a 200 should be received
- And
- a JavaScript file must be received
Last published almost 7 years ago by lashd.