From 27db37d21d4385fc1e7238fc1f9574f3109a876c Mon Sep 17 00:00:00 2001 From: Sebastian Kupke Date: Fri, 29 Mar 2019 15:06:07 +0100 Subject: [PATCH] Improved README.md. --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 61a8697..68cbdc4 100644 --- a/README.md +++ b/README.md @@ -12,11 +12,18 @@ and some dependencies locally ## Build -To build the two iwmlib files type +To build the iwmlib files type `npm run build` -The files will be generated in the dist folder (iwmlib.js and iwmlib.pixi.js). If you want to watch the files for a continuously build type +The files + +- imwlib.js +- iwmlib.min.js +- iwmlib.pixi.js +- iwmlib.pixi.min.js + +will be generated in the dist folder. If you want to build the files continuously type `npm run watch`