diff options
author | Ilia Motornyi <elmot@vaadin.com> | 2015-12-03 14:59:05 +0000 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2015-12-03 14:59:12 +0000 |
commit | 2af72ba9636bec70046394c41744f89ce4572e35 (patch) | |
tree | ccb3dc2d2239585f8c3f79eb5f131ff61ca9ce86 /documentation/clientside/clientside-installing.asciidoc | |
parent | 8aa5fabe89f2967e966a64842a608eceaf80d08f (diff) | |
download | vaadin-framework-2af72ba9636bec70046394c41744f89ce4572e35.tar.gz vaadin-framework-2af72ba9636bec70046394c41744f89ce4572e35.zip |
Revert "Merge branch 'documentation'"7.6.0.beta2
This reverts commit f6874bde3d945c8b2d1b5c17ab50e2d0f1f8ff00.
Change-Id: I67ee1c30ba3e3bcc3c43a1dd2e73a822791514bf
Diffstat (limited to 'documentation/clientside/clientside-installing.asciidoc')
-rw-r--r-- | documentation/clientside/clientside-installing.asciidoc | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/documentation/clientside/clientside-installing.asciidoc b/documentation/clientside/clientside-installing.asciidoc deleted file mode 100644 index 0ad907f052..0000000000 --- a/documentation/clientside/clientside-installing.asciidoc +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: Installing the Client-Side Development Environment -order: 2 -layout: page ---- - -[[clientside.installing]] -= Installing the Client-Side Development Environment - -The installation of the client-side development libraries is described in -<<dummy/../../../framework/getting-started/getting-started-overview.asciidoc#getting-started.overview,"Getting -Started with Vaadin">>. You especially need the [filename]#vaadin-client# -library, which contains the client-side Java API, and -[filename]#vaadin-client-compiler#, which contains the Vaadin Client Compiler -for compiling Java to JavaScript. - - - |