PencilCode / pencilcode

An online IDE for kids: pencilcode.net.
http://dev.pencilcode.net/
MIT License
167 stars 100 forks source link

Removed fs-ext dependency, so now everything builds and runs on vanilla Windows 10 (WSL not required) #241

Closed doctorjei closed 3 years ago

doctorjei commented 7 years ago

Reasons:

1.fs-ext doesn't work on Windows and is no longer necessary (Node7 incorporated needed functionality.)

  1. Mimetype detection incorrectly returned "coffeescript" for any file with more than one "."; fixed.
  2. "build-debug" target added to grunt to simplify debugging ("uglify" makes this harder than necessary)