Fork me on GitHub
#boot
<
2017-06-08
>
mobileink17:06:07

hi folks. i’m having trouble with the watch task when i have a large number of files in :asset-paths. I get tons of this msg (on OSX): 2017-06-08 12:14 java[50095] (FSEvents.framework) FSEventStreamStart: register_with_server: ERROR: f2d_register_rpc() => (null) (-21) and changes to files in :source-paths are not detected. i tried passing :exclude to watch, but that did not help.

mobileink17:06:19

i have :asset-paths #{"resources/public"}, and I have tons of files in resources/public/miraj, so I tried (watch :exclude #{#"miraj/.*"}). what am I doing wrong?

mobileink17:06:39

never mind. for the record, put miraj in assets/ and do not put assets in :asset-paths. then put sift :add-asset #{"assets"} before the watch task. pass :exclude #{#"miraj/.*"} to watch. seems to work, tho I’m not sure why.

qqq20:06:08

https://github.com/pandeiro/boot-http <-- I see the ssl / -t option. However, how do I specify the ssl certificate ?

richiardiandrea20:06:06

@qqq have you tried boot serve --help ?

qqq20:06:27

@richiardiandrea : looking at it now, but what'd be even more helpful would be a sample working boot-http ssl config

qqq20:06:43

it's not clear to me how ./boot-http-keystore.jks factors into this or how to generate said file

richiardiandrea20:06:23

agree! the first step is to open an issue on the project and ask that, second step is to contribute the example if missing