Open mmacgibbon opened 10 years ago
So i have npm'd the file into a current project
ls -l
casperjs -> /export/home/matthew/ourptojectname/web-client/node_modules/grunt-casperjs/lib/casperjs/casperjs-master/bin/casperjs
the problem is when i put it in our own git project (so that way other people on the team could use it) they're all pointing to matthew (me)
I made a change in my local git, but it looks like when it did an update, it did a full path symbolic link as opposed to relative.
We need some help fixing issues. Volunteers welcomed!
So i have npm'd the file into a current project
ls -l
casperjs -> /export/home/matthew/ourptojectname/web-client/node_modules/grunt-casperjs/lib/casperjs/casperjs-master/bin/casperjs
the problem is when i put it in our own git project (so that way other people on the team could use it) they're all pointing to matthew (me)