From 157a2c92dfb2d6d2bd57e618e546442d427d9a28 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Tue, 25 Aug 2015 14:31:33 +0100 Subject: [PATCH] Added developer options --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 92e57eb..ac88bfe 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,9 @@ Whilst I recommend that you use the plugins that are on the add-on stores of the npm run build-firefox npm run build-extensions (firefox and chrome) +### Modification ### +If you want to modify the code in any way, you must run `npm run develop`. This build all the code, but doesnt delete any files you may have modified as `npm run build` does. + ## Disclaimer: ## As you can tell, the quality of the code isnt perfect, or to a particular standard. Once the plugin works properly to a basic level, I will install some linting software to make the code look nicer, and possibly run smoother too.