diff options
author | n-peugnet <n.peugnet@free.fr> | 2019-10-22 16:48:55 +0200 |
---|---|---|
committer | n-peugnet <n.peugnet@free.fr> | 2019-10-22 16:48:55 +0200 |
commit | 6066bc7dec3ff45be83c646be31b7eff9f7a54eb (patch) | |
tree | a11b78218a8580f4438f598d3dcb676aab96ac07 /README.md | |
parent | 2ed2bc9f2ef986b150159c2245c908adfd81f606 (diff) | |
download | wcms-6066bc7dec3ff45be83c646be31b7eff9f7a54eb.tar.gz wcms-6066bc7dec3ff45be83c646be31b7eff9f7a54eb.zip |
finish Makefile and update README
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -77,6 +77,10 @@ While developing the JS sources it is useful to run webpack in watch mode so tha npm run watch +## Release zip + +To build the release zip, make sure you are on `master` and executed `git pull` then run `make`. This will create a zip file in `dist/`. + To Do ===== |