node_modules/".bin"/lessc works!
There are some subtile things like dirnames with dots need to be quoted but quoted forward slashes given to mkdir creates path seperator fuck ups C:\first/meh\second..
I'm not a Windows computer right now, but I believe you can't execute Node globals without the .cmd, am I wrong? If you have lessc in your PATH can you just do lessc (as this article does) or must you do lessc.cmd?
Comments
There is gnu-make for windows and unless your is makefile super elaborate, it works.
The makefile in this example wouldn't work on Windows. lessc should be lessc.cmd
node_modules/".bin"/lessc works! There are some subtile things like dirnames with dots need to be quoted but quoted forward slashes given to mkdir creates path seperator fuck ups C:\first/meh\second..
Annoying. But I still don't miss grunt :)
I'm not a Windows computer right now, but I believe you can't execute Node globals without the .cmd, am I wrong? If you have lessc in your PATH can you just do lessc (as this article does) or must you do lessc.cmd?