mirror of
https://github.com/status-im/re-natal.git
synced 2025-02-03 16:23:37 +00:00
a4a8d09fe7
- Used macro to generate js/require for prod compilation and {:uri http://localhost:8080/*} for dev builds. - Rearranged sources to be able to support dev and prod profiles
7 lines
148 B
Clojure
7 lines
148 B
Clojure
(ns env.require-img)
|
|
|
|
(defmacro require-img
|
|
"Load image from local packager service"
|
|
[src]
|
|
{:uri (str "http://localhost:8081/" src)})
|