diff --git a/Makefile b/Makefile index 507483d..c35ff29 100644 --- a/Makefile +++ b/Makefile @@ -59,6 +59,12 @@ trigger-build: push-gh-pages: build-gh-pages git push origin gh-pages:gh-pages +# build site and push to reagent-project's doc site +push-project-docs: build-gh-pages + git push --force \ + https://github.com/reagent-project/reagent-project.github.io.git \ + gh-pages:master + # build site into a gh-pages branch build-gh-pages: gen-site gh-pages-add diff --git a/project.clj b/project.clj index badf6e8..fda6793 100644 --- a/project.clj +++ b/project.clj @@ -1,5 +1,5 @@ -(defproject reagent "0.5.0-alpha" +(defproject reagent "0.5.0-SNAPSHOT" :url "http://github.com/reagent-project/reagent" :license {:name "MIT"} :description "A simple ClojureScript interface to React"