Skip to content

Commit 52fe3d4

Browse files
committed
Recompile JS
1 parent 02c1563 commit 52fe3d4

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

Resources/doc/index.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,8 +224,14 @@ Note: We already provide a compiled version of the JavaScript; this section is o
224224
relevant if you want to make changes to this script.
225225

226226
In order to re-compile the JavaScript source files that we ship with this bundle, you
227-
need the Google Closure Tools. While you can install these dependencies manually, we
228-
recommend that you instead install the JMSGoogleClosureBundle. If you install this bundle,
227+
need the Google Closure Tools. You need the
228+
[**plovr**](http://plovr.com/download.html) tool, it is a Java ARchive, so you
229+
also need a working Java environment. You can re-compile the JavaScript with the
230+
following command:
231+
232+
$ java -jar plovr.jar build compile.js
233+
234+
Alternatively, you can use the JMSGoogleClosureBundle. If you install this bundle,
229235
you can re-compile the JavaScript with the following command:
230236

231237
$ php app/console plovr:build @FOSJsRoutingBundle/compile.js

Resources/public/js/router.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)