Fork me on GitHub
#shadow-cljs
<
2018-07-14
>
gleisonsilva16:07:18

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?

gleisonsilva16:07:57

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...

thheller20:07:57

@gleisonsilva thats a strange requirement. you can do it with :modules {:main {:entries [...] :append "\n"}} though.

😀 4
👍 4