Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
knyga authored Jul 15, 2018
1 parent eb1b7da commit 93dff49
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
##Kjscompiler
## Kjscompiler
Makes compilation of multiple JavaScript files with *Google Closure Compiler* application in right order.

Goal is to convert layout at input:
Expand All @@ -11,13 +11,13 @@ In to minifed layout:

With respect to internal and external dependencies.

###Requirements
### Requirements
Requires Java Runtime Environment version 7.

###How to run
### How to run
`java -jar kjscompiler.jar`

###Kjscompiler.json
### Kjscompiler.json
Instead of kjscompile.json you can specify your own path to configuration file with `--settings %path%` attribute.

`basedir` - directory or array of directories with JavaScript files;
Expand Down Expand Up @@ -54,7 +54,7 @@ Note:
Any path will be relative to the settings file. If none provided it will be relative to the current working directory ( the directory where you launched kjscompiler ).


###Annotating JavaScript files
### Annotating JavaScript files
Kjscompiler can use information about JavaScript file to build right compiling chain.

| Tag | Example | Description |
Expand Down Expand Up @@ -85,10 +85,10 @@ Kjscompiler can use information about JavaScript file to build right compiling c
*/
```

###Debug
### Debug
To debug add `--debug true` in call line.

###Licence
### Licence
kjscompiler

Copyright (C) 2014 Oleksandr Knyga, [email protected]
Expand Down

0 comments on commit 93dff49

Please sign in to comment.