Skip to content

Commit aa2d0be

Browse files
authored
Update frontend.md
remove discord
1 parent 47d173f commit aa2d0be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/extend/frontend.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ In order to do this transpilation, you need to be working in a capable environme
2828
* Node.js and npm ([Download](https://nodejs.org/en/download/))
2929
* Webpack (`npm install -g webpack`)
3030

31-
This can be tricky because everyone's system is different. From the OS you're using, to the program versions you have installed, to the user access permissions – I get chills just thinking about it! If you run into trouble, ~~tell him I said hi~~ use [Google](https://google.com) to see if someone has encountered the same error as you and found a solution. If not, ask for help from the [Flarum Community](https://discuss.flarum.org) or on the [Discord chat](https://flarum.org/discord/).
31+
This can be tricky because everyone's system is different. From the OS you're using, to the program versions you have installed, to the user access permissions – I get chills just thinking about it! If you run into trouble, ~~tell him I said hi~~ use [Google](https://google.com) to see if someone has encountered the same error as you and found a solution. If not, ask for help from the [Flarum Community](https://discuss.flarum.org).
3232

3333
It's time to set up our little JavaScript transpilation project. Create a new folder in your extension called `js`, then pop in a couple of new files. A typical extension will have the following frontend structure:
3434

0 commit comments

Comments
 (0)