This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-07-14
Channels
- # aleph (3)
- # beginners (25)
- # cider (12)
- # clojure (42)
- # clojure-canada (3)
- # clojure-nl (1)
- # clojure-russia (2)
- # clojure-spec (13)
- # clojure-uk (24)
- # clojurescript (23)
- # cloverage (1)
- # datomic (7)
- # figwheel-main (3)
- # jobs-discuss (14)
- # onyx (48)
- # parinfer (3)
- # re-frame (20)
- # reitit (28)
- # shadow-cljs (3)
- # testing (1)
- # vim (37)
Hello, guys! May you help me... supposed that I need to add a "break line / new line" after the compiled js file... shadow-cljs gives me an option for that? Or should I just use bash and make a dirty thing like echo "" >> main.js
?
This is need because I need to upload the files to a third party cms repository that is complaining abou the absence of a new line on the file end...
@gleisonsilva thats a strange requirement. you can do it with :modules {:main {:entries [...] :append "\n"}}
though.
😀 4
👍 4