forked from jlgrock/ClosureJavascriptFramework
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
33 lines (24 loc) · 1.19 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
The following software is the Closure Javascript Framework which is a
group of plug-ins that can be used in conjunction with maven to execute
the Google Closure Compiler on JavaScript code. This Framework allows
for scaling and modularity.
For more information, please refer to the website at the location:
https://github.com/jlgrock/ClosureJavascriptFramework/wiki
For the Maven docs, please refer to:
http://jlgrock.github.com/ClosureJavascriptFramework/
For information about the Google Closure Compiler, please check out the
documentation here:
http://code.google.com/closure/compiler/
For help with using the Closure Compiler, you can get information
from the user groups:
http://groups.google.com/group/closure-compiler-discuss
For a simple example using the plugin with JQuery, please refer to
https://github.com/jlgrock/ClosureFrameworkJQueryExample.
For a simple example using the plugin with Dojo, please refer to
https://github.com/jlgrock/ClosureFrameworkDojoExample.
For a simple example using multiple archives to create a library, please refer to
https://github.com/jlgrock/ClosureFrameworkLibraryExample.
Authors:
Justin Grant
Contributors:
David Souther