From 2f977823e247d42b42061aef180b63a16cfae3d7 Mon Sep 17 00:00:00 2001 From: Milos Stojanovic Date: Tue, 25 Jun 2019 19:17:10 +0200 Subject: [PATCH] Website generation with Couscous --- development.html | 3 ++- translations/default.html | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/development.html b/development.html index 619922a..9f2d696 100644 --- a/development.html +++ b/development.html @@ -140,7 +140,8 @@ npm run build

Once everything is ready visit: http://localhost:8080

Run tests & static analysis

vendor/bin/phpunit
-vendor/bin/phpstan analyse ./backend
+vendor/bin/phpstan analyse ./backend +npm run lint

Deployment

Set the website document root to /dist directory. This is also known as 'public' folder.

diff --git a/translations/default.html b/translations/default.html index c61e53c..b7d5611 100644 --- a/translations/default.html +++ b/translations/default.html @@ -182,7 +182,6 @@ 'Admin': 'Admin', 'Save': 'Save', 'Read': 'Read', - 'Name': 'Name', 'Write': 'Write', 'Upload': 'Upload', 'Permissions': 'Permissions',