Skip to content

Commit

Permalink
update readme; ignore generated files
Browse files Browse the repository at this point in the history
  • Loading branch information
Charles Loomis committed Feb 7, 2016
1 parent 454831f commit dc45b99
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
*~
*.tgz
lamp.js
out/
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,15 @@ slipstream-lamp-ui
==================

Simple UI build for the LAMP++ example, written in ClojureScript

Release
-------

To create a new release, do the following:

* Compile the sources: `lein cljsbuild once`
* Create tarball: `tar zcf lamp-ui-1.1.tgz index.html style.css lamp.js out/`
* Tag a new release with git.
* Create a new release in [GitHub](https://github.com/slipstream/slipstream-lamp-ui/releases).
* Update LAMP definition on [nuv.la](https://nuv.la).

6 changes: 3 additions & 3 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(defproject lamp "0.1.0-SNAPSHOT"
:description "FIXME: write this!"
:url "http://example.com/FIXME"
(defproject lamp "1.1"
:description "display request statistics for LAMP"
:url "https://github.com/slipstream/slipstream-lamp-ui"

:dependencies [[org.clojure/clojure "1.5.1"]
[org.clojure/clojurescript "0.0-2173"]
Expand Down

0 comments on commit dc45b99

Please sign in to comment.