This repository was archived by the owner on Dec 11, 2018. It is now read-only.
v1.1.2
New
- When copying the template files into the project, the license header is removed (431ec6d)
Fixed
exerslide build. Multiple issues causedexerslide buildto not work and to obscure the actual issueerror.module.resourcedoes not always exist, causing an error in the builder itself (84c6aec)- The babel loader was unexpected picking up exerslide's own
.babelrcfiles, which caused errors ( bcc9c00) exerslide init <project name>didn't correctly pass the project name to the scaffolder, causing the generation of invalid files (c839be2, 986e07b)
highlight.jswas missing from projects dependencies but is required since it is referenced inexerslide.config.js. This would have caused problems on npm@2, but not npm@3. (a09e7b6)
Upgrade instructions
For existing projects, run
npm update --save exerslide
in the project directory.
If you are using npm@2 then you should also run
npm install --save highlight.js
to get fix the dependencies.
If you want you can also run
exerslide copy-defaults
to get the latest version of the template files, which in this case means removing the copyright header from the files.