Skip to content

Commit

Permalink
Updated weblocks-cms for using with latest Weblocks (0.12.3)
Browse files Browse the repository at this point in the history
  • Loading branch information
html committed Jun 22, 2016
1 parent aa21926 commit a547cd1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion version.lisp-expr
@@ -1 +1 @@
"0.8.2"
"0.8.3"
1 change: 1 addition & 0 deletions weblocks-cms.asd
Expand Up @@ -6,6 +6,7 @@
:license "LLGPL"
:version (:read-from-file "version.lisp-expr")
:depends-on (#:weblocks
#:weblocks-prototype-js
#:weblocks-stores
#:weblocks-utils
#:weblocks-twitter-bootstrap-application
Expand Down
1 change: 1 addition & 0 deletions weblocks-cms.lisp
Expand Up @@ -11,6 +11,7 @@
:subclasses (weblocks-twitter-bootstrap-application:twitter-bootstrap-webapp)
:autostart nil ;; have to start the app manually
:ignore-default-dependencies nil ;; accept the defaults
:js-backend :prototype
:debug t)

(defvar *additional-schemes* nil
Expand Down

0 comments on commit a547cd1

Please sign in to comment.