File tree 4 files changed +3
-7
lines changed
4 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 13
13
14
14
(defn jar " build the JAR" [opts]
15
15
(println " Building the JAR" )
16
- #_ (spit (doto (fs/file " resources/META-INF/pink-gorilla/webly3/meta.edn" )
17
- (-> fs/parent fs/create-dirs)) {:module-name " rest"
18
- :version version})
19
16
(-> opts
20
17
(assoc :lib lib
21
18
:version version
22
- :src-pom " template/ pom.xml"
19
+ :src-pom " pom-template .xml"
23
20
:transitive true )
24
21
; (bb/run-tests)
25
22
; (bb/clean)
File renamed without changes.
Original file line number Diff line number Diff line change 3
3
:lazy false
4
4
:cljs-namespace [modular.oauth2.token.ui
5
5
modular.oauth2.user.view
6
- modular.oauth2 ; side effects (webly.app.cljs)
7
- ]
6
+ modular.oauth2]
8
7
:cljs-ns-bindings {'modular.oauth2 {'provider-status-grid modular.oauth2.token.ui/provider-status-grid
9
8
'user-login modular.oauth2.user.view/user-login}
10
9
; make sure the namespaces in sci and cljs are identical
Original file line number Diff line number Diff line change 4
4
[clojure.string :as str]
5
5
[ajax.core :as ajax]
6
6
[re-frame.core :as rf]
7
- [frontend.notifications.core :refer [add -notification]]
7
+ [frontend.notification :refer [show -notification]]
8
8
[modular.oauth2.provider :refer [get-provider-auth-header]]))
9
9
10
10
; 'authorization: Bearer YOUR_ACCESS_TOKEN'
You can’t perform that action at this time.
0 commit comments