Skip to content

Commit 8324a72

Browse files
monkeyiqtvdijen
authored andcommitted
docs: add some dev info about ssp-assets-base to help new developers find things (#2235)
* docs: add some dev info about ssp-assets-base to help new developers find things * docs: cleaning
1 parent 284c954 commit 8324a72

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

docs/simplesamlphp-developer-information.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,17 @@ of the git repository. If you would like your simpler issues to be
5555
solved for you execute `phpcbf` which will update the code to remedy
5656
as many issues as it can.
5757

58+
## CSS and common asset setup
59+
60+
The common assets such as CSS in SimpleSAMLphp, for example, that
61+
stored in public/assets/base/css/stylesheet.css comes from the
62+
[simplesamlphp-assets-base](https://github.com/simplesamlphp/simplesamlphp-assets-base)
63+
package.
64+
65+
The dependencies are updated using github actions in
66+
simplesamlphp-assets-base. Select a recent branch such as release-2.2
67+
and dig into the .github directory for details.
68+
5869
## Following a simple login
5970

6071
The `SimpleSAML\Auth\Simple` class takes the authentication_source

0 commit comments

Comments
 (0)