Skip to content

Commit

Permalink
#35 - Fixed small formatting issue in the README.
Browse files Browse the repository at this point in the history
  • Loading branch information
pstephens committed Aug 12, 2016
1 parent c024565 commit b0c3249
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,16 @@ Please add feature suggestions to the issue tracker and I'll see what I can do.
Cross browser testing is provided by [BrowserStack](https://www.browserstack.com/).

## Building and Deploying

To build this software you will need several tools pre-installed:

* Leiningen - Tested with 2.6.1
* Node.js - 6.3.1
* NPM - 3.10.3
* gulp-cli - 0.4.0 - install with ```npm install gulp-cli -g```

The build steps are:

1. Resolve all Clojure, ClojureScript, and Node.js dependencies with ```lein deps```.
2. Compile the ClojureScript code with ```lein cljsbuild once```.
3. Build the static web page resources with ```gulp build --config prod```. This will place the resulting files in ```./out/prod```.
Expand Down

0 comments on commit b0c3249

Please sign in to comment.