Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Symlinks #83

Open
M3kH opened this issue Jul 15, 2015 · 1 comment
Open

Symlinks #83

M3kH opened this issue Jul 15, 2015 · 1 comment

Comments

@M3kH
Copy link

M3kH commented Jul 15, 2015

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 added a commit to Ideabile/takana that referenced this issue Jul 15, 2015
@M3kH
Copy link
Author

M3kH commented Jul 16, 2015

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant