Skip to content

Instantly share code, notes, and snippets.

@iros
Created May 23, 2012 14:22
Show Gist options
  • Save iros/2775491 to your computer and use it in GitHub Desktop.
Save iros/2775491 to your computer and use it in GitHub Desktop.
miso fs example
var ds = new Miso.Dataset({
// Paths can be relative or absolute.
path: "/some/path/here",
// Make sure you specify the filesystem importer.
importer: Miso.Importers.Filesystem
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment