issue with grunt
josephkuruvilla opened this issue · 7 comments
@josephkuruvilla - what is the problem specifically? Are you getting on error(s)? Unexpected results?
I will try to assist you, but you need to provide more information.
HI @nspragg ,
I am trying to get all the folder names in the build folder. I have created thumbs.js file and i have attached the above screenshot. My project folder structure is projects/demo/dist/build. I am running the project in the demo directory. When i run with node its working Cool. I am automating the task using Grunt. I have registered this task using grunt.
When i am trying to accessing the path using grunt task Users/meiyap/Desktop/up-tool/up-dev-tool-fw/projects/demo/dist/build. I am not able to get into this and i am not getting any errors also.
Please do the needful
I can't comment on grunt specifically, but as far as filehound
is concerned:
- Are you sure the
path
exists at the time you execute filehound? - If so, is the path a link?
- Are you sure
.html
extensions actually exist at that path?
Are you sure the path exists at the time you execute filehound?
Its Existing.
If so, is the path a link?
Users/meiyap/Desktop/up-tool/up-dev-tool-fw/projects/demo/dist/build. this is the path link. can i mentioned like this?
Yes this is the path link.
Are you sure .html extensions actually exist at that path?
Yes html files are there.
by link, I mean a symbolic link. If the path is a symbolic link, filehound will ignore it. Support for following symbolic links will be added in a future release.
Oops.. Thanks for ur valuable time. Have a great day