From 17aa5ae243a5a0a1a398a1c0dd67df4776728041 Mon Sep 17 00:00:00 2001 From: Laurent Cozic Date: Fri, 21 Feb 2020 10:55:09 +0000 Subject: [PATCH] Update BUILD.md Removed non-breaking space --- BUILD.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILD.md b/BUILD.md index 8d3d20b462..35c7ba06e7 100644 --- a/BUILD.md +++ b/BUILD.md @@ -42,7 +42,7 @@ To run the iOS application, it might be easier to open the file `ios/Joplin.xcwo - All the applications share the same library, which, for historical reasons, is in `ReactNativeClient/lib`. This library is copied to the relevant directories when building each app. - In general, most of the backend (anything to do with the database, synchronisation, data import or export, etc.) is shared across all the apps, so when making a change please consider how it will affect all the apps. -## Watching files +## Watching files To make change to the application, you'll need to rebuild any TypeScript file you've changed, and rebuild the lib. The simplest way to do all this is to watch for changes from the root of the project. Simply run this command, and it should take care of the rest: