From 1f7457cba7d96e2e839ac5a595cf9440a28bda61 Mon Sep 17 00:00:00 2001 From: Juho Teperi Date: Sun, 17 May 2015 21:14:01 +0300 Subject: [PATCH] Remove outdated stuff from README --- README.md | 126 ++++++++++++------------------------------------------ 1 file changed, 28 insertions(+), 98 deletions(-) diff --git a/README.md b/README.md index 8e630cf..7afdb86 100644 --- a/README.md +++ b/README.md @@ -13,10 +13,6 @@ * Provides a mechanism by which multiple multiple JS applications can be compiled in the same project. -* Provides a mechanism by which JS preamble, and Google Closure libs and - externs files can be included in Maven jar dependencies or from the project - source directories. - ## Try It In a terminal do: @@ -44,7 +40,7 @@ You can see the options available on the command line: boot cljs -h ``` -or in the REPL: +Or in the REPL: ```clj boot.user=> (doc cljs) @@ -83,31 +79,6 @@ JavaScript: ``` -Since the Closure compiler concatenates the individual JS files this is all -you need for the production version of your application. - -For development, however, the Closure compiler is bypassed and no concatenation -is done, so you normally need to add two other ` - - - - - - -``` - -**This is not necessary with the boot `cljs` task.** The `cljs` task is smart -enough to arrange all of this for you automatically, so the application HTML -file can be the same whether compiling with or without optimizations. You only -need the one `