summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-12-18 23:14:40 -0300
committerJesusaves <cpntb1@ymail.com>2020-12-18 23:14:40 -0300
commit0933a22a34d26dbe64e20e84e4700807ba7be3a9 (patch)
tree9e61382c172da4b3bd0a69e470547db8df4ff233 /README
downloadupdates-0933a22a34d26dbe64e20e84e4700807ba7be3a9.tar.gz
updates-0933a22a34d26dbe64e20e84e4700807ba7be3a9.tar.bz2
updates-0933a22a34d26dbe64e20e84e4700807ba7be3a9.tar.xz
updates-0933a22a34d26dbe64e20e84e4700807ba7be3a9.zip
Initial commit
Diffstat (limited to 'README')
-rw-r--r--README14
1 files changed, 14 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..adbca68
--- /dev/null
+++ b/README
@@ -0,0 +1,14 @@
+This is the update server. By default, it will output files to:
+/var/www/html/assets
+
+Simply use comp.py and it will convert assets and pretty much handle everything
+for you. Make sure that raw/ folder is consistent with the same rules which builtin
+assets follow regarding paths.
+
+This is a development tool for optimization and not required for your server.
+It **only** works in Debian Buster and other systems similar to this one, like
+Ubuntu 18.04.
+You can use, eg. GitLab Pages to serve the files and make a 301 on main server, or
+simply not use the tool at all.
+
+The choice is yours.