From 26ed0f3f12d7b6682b4cf96dc7414f5e199dde4d Mon Sep 17 00:00:00 2001 From: Frederic Junod Date: Wed, 6 Nov 2013 14:48:13 +0100 Subject: [PATCH] Add project name and link to the compiled output --- buildcfg/ol.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildcfg/ol.json b/buildcfg/ol.json index 7bfc960045..a315972e4a 100644 --- a/buildcfg/ol.json +++ b/buildcfg/ol.json @@ -31,7 +31,7 @@ "../build/src/external/src/types.js" ], - "output-wrapper": "(function(){%output%})();", + "output-wrapper": "// OpenLayers 3. see http://ol3js.org/\n(function(){%output%})();", "paths": [ "../src"