mechio / takana

Takana lets you see your SCSS and CSS style changes live, in the browser, as you type them
http://takana.io
MIT License
1.11k stars 61 forks source link

Symlinks #83

Open M3kH opened 9 years ago

M3kH commented 9 years ago

Not sure because I still didn't face-out the issue. But reading the following: lib/support/helper.coffee:22-23

I found the usage of the find command is missing the options needed to listing also the symblinks.

Should be something like:

 args   = "-L #{p} " + extensions.map( (e) -> "-name *.#{e}" ).join(' -o ') + "-type l"
 find   = spawn('find', args.split(' '))

Is useful if you are developing with npm link or bower link.

M3kH commented 9 years ago

Unfortunately the test didn't pass because the glob plugin returns a different number of match.