add .cmd extensions to makefile.win
I was getting the following error while running make all on my windows machine """ node_modules/.bin/bower install 'node_modules' is not recognized as an internal or external command, operable program or batch file. make: *** [stamp-bower] Error 1 """ This was resolved by adding the complete extension to the windows path.
Showing
Please register or sign in to comment