From eedaa338a94ecc5c5fbe1f385f9930c24911d44c Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Mon, 17 Oct 2016 11:22:53 +0200 Subject: [PATCH] Add instructions for missing CSS and JS files in FAQ --- FAQ.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/FAQ.md b/FAQ.md index 1bfb336..2a79dbf 100644 --- a/FAQ.md +++ b/FAQ.md @@ -55,3 +55,11 @@ There are two known workarounds: * You can run Alltube locally on your computer. * You can use the experimental `feature/stream` branch which streams the video through the server in order to bypass IP restrictions. Please note that this can use a lot of resources on the server (which is why we won't enable it on alltubedownload.net). + +## CSS and JavaScript files are missing + +You probably don't have the minified files (in the `dist` folder). +You need to either: + +* Use a [release package](https://github.com/Rudloff/alltube/releases) +* Run `npm install` (see detailed instructions in the [README](README.md#from-git))