From f70adfbd0185f5912a0a37f31fd423f1cc011a1d Mon Sep 17 00:00:00 2001 From: 8chan Date: Sat, 14 Mar 2015 00:06:16 -0700 Subject: [PATCH] Add version/scripts included to main.js --- templates/main.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/templates/main.js b/templates/main.js index 5d0c6370..3408bf7e 100644 --- a/templates/main.js +++ b/templates/main.js @@ -1,4 +1,11 @@ {% raw %} +/* + * main.js - This file is compiled and contains code from the following scripts, concatenated together in order: + * {% endraw %}{{ config.additional_javascript|join(', ') }}{% raw %} + * Please see those files for licensing and authorship information. + * Compiled on {% endraw %}{{ time()|date("%c") }}{% raw %} + */ + /* gettext-compatible _ function, example of usage: * * > // Loading pl_PL.json here (containing polish translation strings generated by tools/i18n_compile.php)