mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Add info about static files (#19965)
This commit is contained in:
parent
6390e51b8c
commit
6edc91aca8
@ -213,6 +213,9 @@ module.exports = {
|
||||
};
|
||||
```
|
||||
|
||||
### How do I add 3rd party dependencies that are not npm packages?
|
||||
You can add such dependencies by putting them in `static` directory in the root of your project. The `static` directory will be copied when building the plugin.
|
||||
|
||||
## Contribute to grafana-toolkit
|
||||
You can contribute to grafana-toolkit in the by helping develop it or by debugging it.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user