From be542d3f5378239741950bf0bc90c4a42d030f14 Mon Sep 17 00:00:00 2001 From: Roeland Jago Douma Date: Sun, 24 Feb 2019 20:20:12 +0100 Subject: Makefile to root folder Signed-off-by: Roeland Jago Douma --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 1ddfd2facb7..a18323756e0 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ Otherwise, git checkouts can be handled the same as release archives, by using t ### Building front-end code 🏗 -We move more and more towards using Vue.js in the frontend, starting with Settings. For building the code on changes, use these terminal commands in the `settings` subfolder: +We move more and more towards using Vue.js in the frontend, starting with Settings. For building the code on changes, use these terminal commands in the root folder: ``` bash # install dependencies @@ -75,9 +75,6 @@ make watch-js # build for production with minification make build-js-production - -# clean output files -make clean ``` **When making changes, also commit the compiled files!** -- cgit v1.2.3