File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 1515cp .env.sample .env
1616```
1717
18- By default, hackbot will run with all the plugins in the ` scripts/ `
19- directory. If you only want to test one plugin, move all other plugins to
20- ` disabled_scripts/ ` .
18+ By default, hackbot will run with all the plugins in the ` scripts/ ` directory
19+ ** and** all the plugins referenced by ` external-scripts.json ` . If you only
20+ want to test one plugin, move all other plugins to ` disabled_scripts/ ` and
21+ only include the minimal required external scripts.
2122
2223``` bash
2324mv scripts/* disabled_scripts/
2425mv disabled_scripts/my_plugin.js scripts/
26+ echo ' ["hubot-conf","hubot-help"]' > external-scripts.json
2527```
2628
2729If your plugin requires environment variables, be sure to put them in ` .env ` .
You can’t perform that action at this time.
0 commit comments