-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
31 changed files
with
2,901 additions
and
1,065 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
node_modules |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,6 +27,17 @@ Alternatively, you can run | |
|
||
to complete the installation from the command line. | ||
|
||
|
||
## Changes to styles.scss and files in scss/* ## | ||
|
||
If you want to change styles, you need to compile the scss files into css first. | ||
For doing so, just run `npm install` once after cloning the repository. | ||
|
||
Whenever you apply changes to `styles.scss` or any file in `scss/` directory, you need | ||
to run `npm run compile-css` in the plugin root directory. This creates the minified `styles.css` | ||
file which is being read and used by moodle. | ||
|
||
|
||
## License ## | ||
|
||
2023, ISB Bayern <[email protected]> | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.