Fork me on GitHub
#boot
<
2017-04-19
>
jupl02:04:46

I’m looking to have a task to rename a directory in source. Can that be done? I’ve tried sift and can’t get it to work.

martinklepsch04:04:47

@jupl what can you show the sift invocation you’ve tried?

martinklepsch05:04:09

and are you trying to rename a directory in your project dir?

martinklepsch05:04:17

Sift only supports the modification of the fileset so if you want to move let’s say src/app to src/different thats not what sift is for

kommen14:04:10

anybody here have tips I can try to debug this? https://github.com/boot-clj/boot/issues/607

souenzzo14:04:09

~ cat /etc/sysctl.d/idea.conf 

fs.inotify.max_user_watches = 524288
@kommen intellij thow an error that guide me to add this file

souenzzo14:04:42

I think that 524288 is any-by-number

kommen14:04:20

cat /proc/sys/fs/inotify/max_user_watches
524288

kommen14:04:35

I have this value configured already

micha14:04:57

^^ that's interesting! didn't know about that setting