Running from source code

When running with the minimized/compressed mobiscroll I use
“<.script src=“js/mobiscroll.javascript.min.js”><./script >”
dots . added to make it display

What is the root level .js that I should use to run with source in a development environment?
Do I have to include each individual class seperately?

Hi Hendrik,

The development source files cannot be referenced directly from the browser, as they are written in ES6 and needs to be transpiled to plain ES5.

Here’s the documentation on how to work directly with the source code: