As you can see, this error appears in the generated slides.js file, due to parts of the paths getting interpreted as an octal literal. We followed your recommendation in the README to name the folders like this, so this should be supported...
If you want to see yourself, our project is located here.
This works fine on Linux and MacOS as no \ is used there.
Please have a look. Thanks in advance!
Node version:
4.6.0
Exerslide version:1.1.2
We recently started a new presentation with exerslide and stumbled upon this exception when running
exerslide serve
on windows:As you can see, this error appears in the generated
slides.js
file, due to parts of the paths getting interpreted as an octal literal. We followed your recommendation in the README to name the folders like this, so this should be supported...If you want to see yourself, our project is located here.
This works fine on Linux and MacOS as no
\
is used there. Please have a look. Thanks in advance!