Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Tip
titleTip!

There are also quite some system-wide usage tips, it is recommended to check those out as well!

Install a new frontend dependency

  1. Enter the omscore container (`docker-compose run omscore bash`)
  2. `npm install --save <your dependency>`

  3. open gulpfile.js, add the .css and .js files brought by that dependency
  4. `gulp`

  5. If it's an angular module, add it to `resouces/views/template.blade.php` under var omsApp = angular...