Monday, July 8, 2013

Publishing a Processing Javascript project

 I needed to publish the Javascript version of a Processing project but ran into some issues.

 Publishing to firexis.com

First I tried to publish to my own website but it didn't work.

Issue: IIS ignores files with unknown extensions such as .pde.
Resolution: Add MIME Types as below and it now works
  • Extension: .pde
  • Content Type: text/plain 
See the published project here.

Publishing to Google Drive

A simpler way, if you have a Google account is to publish it on Google Drive.
See the published project here.

Reference

No comments:

Post a Comment