Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
minor naming and readme change
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Huang committed Jun 9, 2015
1 parent eca5306 commit 2a8e01e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions frontend/README.md
@@ -1,12 +1,16 @@
## This is a module to build frontend javascript projects
## This is a module to build zanata frontend javascript projects

At the moment it only contains "user profile page" bundle.

To build it, just run

```mvn install```

Following mvn arguments is overrideable from command line:
It will build and deploy to local maven repository a jar file containing the javascript bundle.
The jar file can be used directly under any servlet 3 compatible container and the bundle is accessile as static resources.

This comment has been minimized.

Copy link
@seanf

seanf Jun 9, 2015

Contributor

accessible

See [Servlet 3 static resources](http://www.webjars.org/documentation#servlet3).

Following mvn arguments is overrideable from command line with ```-Dkey=value```:

This comment has been minimized.

Copy link
@seanf

seanf Jun 9, 2015

Contributor

arguments -> properties
is -> are
overrideable -> overridable

(Unless you want to use my suggested sentence from earlier.)


```
<node.version>v0.12.2</node.version>
Expand Down
2 changes: 1 addition & 1 deletion frontend/pom.xml
Expand Up @@ -131,7 +131,7 @@

<profiles>
<profile>
<id>npm offline</id>
<id>npmOffline</id>
<activation>
<property>
<name>npmOffline</name>
Expand Down

0 comments on commit 2a8e01e

Please sign in to comment.