Ch2 Gulp section make less using windows machine
Hello,
Thought I would throw this question out there in case anyone finds or has found a solution. My version of windows is windows 7 by the way. Anyway, With the help of this forum I have solved all the issues with the gruntfile and gulpfile and my code is working but I have yet to get the make less statement to run anything.
When I began I was not getting the same error the book said you would receive by simply typing in the word make into the command line. The error you are supposed to get is:
"make: *** No targets specified and no makefile found. Stop."
I downloaded a make.exe and ran it and then I added the location to my path by right clicking computer from the start menu > advanced system settings > environment variables > path
after I did that typing make into the command line gives me the same error the book says I should get but make less is not working. The error I am getting from make less is :
"make: *** No rule to make target 'less'. Stop."
I'm pretty much stuck at this point. no clue what to do. I have tried searching around googling stuff but nothing looks very promising in terms of helping me figure this out as I've never used this before ever.
I'm continuing on to the next section as this part seems to be a minor aspect of everything but I would like to figure it out if I can.
Thanks ahead of time for any help anyone can offer.
|