From e4d99b3631a70a9ca11c085b4de09b4daf400176 Mon Sep 17 00:00:00 2001 From: Artur Signell Date: Mon, 9 Sep 2013 14:38:21 +0300 Subject: Use non-obfuscated version of vaadinPush.js when not in production (#12527) Change-Id: I8e0baec2391b140e6a72eedf6606fd2792c735bc --- shared/src/com/vaadin/shared/ApplicationConstants.java | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'shared/src/com/vaadin') diff --git a/shared/src/com/vaadin/shared/ApplicationConstants.java b/shared/src/com/vaadin/shared/ApplicationConstants.java index d7de435735..104f3047a8 100644 --- a/shared/src/com/vaadin/shared/ApplicationConstants.java +++ b/shared/src/com/vaadin/shared/ApplicationConstants.java @@ -78,6 +78,14 @@ public class ApplicationConstants implements Serializable { */ public static final String VAADIN_PUSH_JS = "vaadinPush.js"; + /** + * The name of the debug version of the javascript containing push support. + * The file is located in the VAADIN directory. + * + * @since 7.1.6 + */ + public static final String VAADIN_PUSH_DEBUG_JS = "vaadinPush.debug.js"; + /** * Name of the parameter used to transmit the CSRF token. */ -- cgit v1.2.3