diff options
| author | Noémi Ványi <kvch@users.noreply.github.com> | 2020-04-15 23:33:16 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-15 23:33:16 +0200 |
| commit | fcb44c654228a210ed66533f6aa7847035cbf985 (patch) | |
| tree | c681cc52463ae6fab9f68c36e4f1edff6df84261 /docs/dev | |
| parent | 4f90fb6a9236a9699e80c249153ba372bf308cb8 (diff) | |
| parent | 4eddbca81d7a9f7d2c8b7059a2b4d0787804cbb0 (diff) | |
Merge branch 'master' into fix_startpage_ValueError_on_spanish_datetime
Diffstat (limited to 'docs/dev')
| -rw-r--r-- | docs/dev/quickstart.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/dev/quickstart.rst b/docs/dev/quickstart.rst index e40772b3b..a786eda63 100644 --- a/docs/dev/quickstart.rst +++ b/docs/dev/quickstart.rst @@ -87,8 +87,8 @@ After satisfying the requirements styles can be build using ``manage.sh`` ./manage.sh styles -How to build the source of the oscar theme -========================================== +How to build the source of the themes +===================================== .. _grunt: https://gruntjs.com/ @@ -98,13 +98,13 @@ NodeJS, so first Node has to be installed. .. code:: sh sudo -H apt-get install nodejs - sudo -H npm install -g grunt-cli + make node.env After installing grunt, the files can be built using the following command: .. code:: sh - ./manage.sh grunt_build + make themes Tips for debugging/development |