I am trying to get a development environment up and running so I can play around with things a bit. Everything goes well make dev
and "node_modules" appears etc, however, when I try to load the dependencies "Loading converse.js and its dependencies" the line <script data-main="main" src="node_modules/requirejs/require.js"></script>
doesn't work as intended as there is no "main.js". Have I missed a step or being silly and not knowing something?
Asked
Active
Viewed 68 times
0

devfubar
- 436
- 2
- 14
-
Where did you see that you need to add `` is that still in the documentation somewhere? – JC Brand Sep 17 '18 at 08:42
-
https://conversejs.org/docs/html/developer_guidelines.html#installing-the-development-and-front-end-dependencies – devfubar Sep 17 '18 at 11:25
-
I was following that on how to set up my development environment – devfubar Sep 17 '18 at 11:25
-
1That documentation is out of date. I'll update it soon. In the meantime, just look at fullscreen.html in the repo. You can run `make watchjs` to automatically regenerate `dist/converse.js` – JC Brand Sep 17 '18 at 12:21
-
That did the trick. Thanks – devfubar Sep 17 '18 at 14:27