Skip to content
This repository was archived by the owner on Dec 11, 2018. It is now read-only.

v1.1.2

Choose a tag to compare

@fkling fkling released this 09 Sep 14:30
· 25 commits to master since this release

New

  • When copying the template files into the project, the license header is removed (431ec6d)

Fixed

  • exerslide build. Multiple issues caused exerslide build to not work and to obscure the actual issue
    • error.module.resource does not always exist, causing an error in the builder itself (84c6aec)
    • The babel loader was unexpected picking up exerslide's own .babelrc files, 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.js was missing from projects dependencies but is required since it is referenced in exerslide.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.