From 5f848a57daa28ba7813c2975475eaa5709bd3969 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Date: Sun, 12 Feb 2017 10:38:39 -0500 Subject: [PATCH] Reorder confusing documentation for dev https://github.com/jiahaog/nativefier/issues/290 https://github.com/jiahaog/nativefier/issues/286 --- docs/development.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/development.md b/docs/development.md index f323dac..49bdae1 100644 --- a/docs/development.md +++ b/docs/development.md @@ -21,6 +21,12 @@ $ cd app $ npm install ``` +Don't forget to compile source files: + +```bash +$ npm run build +``` + You can set up symlinks so that you can run `$ nativefier` for your local changes ```bash @@ -33,12 +39,6 @@ After doing so, you can then run Nativefier with your test parameters $ nativefier <...> ``` -Don't forget to compile source files (after making changes): - -```bash -$ npm run build -``` - Or you can automatically watch the files for changes with: ```bash