Skip to content

Commit

Permalink
MBS-7529: Project dependency setup
Browse files Browse the repository at this point in the history
  • Loading branch information
PhMemmel committed Oct 16, 2023
1 parent 3b449bb commit 2410bc3
Show file tree
Hide file tree
Showing 31 changed files with 2,901 additions and 1,065 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]>
Expand Down
2 changes: 1 addition & 1 deletion amd/build/handler_add_new_page.min.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion amd/build/handler_input.min.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion amd/build/handler_input_checkbox_switch.min.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 2410bc3

Please sign in to comment.