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?
Converse.js Dev environment
105 views Asked by devfubar At
0