Created by: michaelbrooks
This adds a "make-bootstrap.bat" Windows batch script that duplicates the functionality of the "bootstrap" target from the included Makefile.
I'm working on a Windows system, so I tried to build bootstrap from the Makefile (using Cygwin). However, I found that the Windows version of Node.js was not able to operate while running in Cygwin due to an inability to locate packages with Cygwin's path scheme.
I know you can build bootstrap on Windows manually using lessc (as in #245 (closed)), and that there might be other ways to get Makefiles to run on Windows that would allow Node.js to operate. Still, I'm assuming there are benefits to using the build script, and if someone already has Node.js installed (with uglify-js and lessc) on their Windows machine, this would make it easier to get the same convenience as the Makefile would allow.