You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -278,7 +278,7 @@ Here is a little cheat-sheet for how to symlink your app's `node_modules/dexie`
278
278
279
279
Your app's `node_modules/dexie/` is now sym-linked to the Dexie.js clone on your hard drive so any change you do there will propagate to your app. Build dexie.js using `npm run build` or `npm run watch`. The latter will react on any source file change and rebuild the dist files.
280
280
281
-
That's it. Now you're up and running to test and commit changes to Dexie.js that will instantly affect the app you are developing.
281
+
That's it. Now you're up and running to test and commit changes to files under dexie/src/* or dexie/test/* and the changes will instantly affect the app you are developing.
282
282
283
283
Pull requests are more than welcome. Some advices are:
0 commit comments