diff options
author | Sami Ekblad <sami@vaadin.com> | 2016-07-22 16:57:11 +0300 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2016-08-05 10:19:46 +0300 |
commit | d14266fd946e1cfc94b33d30c4b0c8ed78b6b509 (patch) | |
tree | c079cabe74ca6520cd9575365255df428ec25ec2 /documentation/themes | |
parent | a5a65c885f77639131fa0343f34aa340482e5d87 (diff) | |
download | vaadin-framework-d14266fd946e1cfc94b33d30c4b0c8ed78b6b509.tar.gz vaadin-framework-d14266fd946e1cfc94b33d30c4b0c8ed78b6b509.zip |
BoV: Updated library list in Getting Started to Vaadin 8.
Change-Id: I96401a60e2e06bff02d89f5b8cd83aa293a948fc
Diffstat (limited to 'documentation/themes')
-rw-r--r-- | documentation/themes/themes-creating.asciidoc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/themes/themes-creating.asciidoc b/documentation/themes/themes-creating.asciidoc index a28812b36d..339778910e 100644 --- a/documentation/themes/themes-creating.asciidoc +++ b/documentation/themes/themes-creating.asciidoc @@ -234,15 +234,15 @@ projects). ---- [subs="normal"] ---- -[prompt]#$# [command]#unzip# path-to/vaadin-server-7.x.x.jar 'VAADIN/*' +[prompt]#$# [command]#unzip# path-to/vaadin-server-8.x.x.jar 'VAADIN/*' ---- [subs="normal"] ---- -[prompt]#$# [command]#unzip# path-to/vaadin-themes-7.x.x.jar 'VAADIN/*' +[prompt]#$# [command]#unzip# path-to/vaadin-themes-8.x.x.jar 'VAADIN/*' ---- [subs="normal"] ---- -[prompt]#$# [command]#unzip# path-to/vaadin-client-compiled-7.x.x.jar 'VAADIN/*' +[prompt]#$# [command]#unzip# path-to/vaadin-client-compiled-8.x.x.jar 'VAADIN/*' ---- You can also serve static content from a front-end caching server, which reduces the load of the application server. In portals, you install the themes globally |