Skip to content

geelen/run-a-gist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Run a gist!

This is running at http://GIST-ID.run-a-gist.herokuapp.com. It will map requests to files within the corresponding GIST.

The path / maps to index.html, everything else is dispatched as is.

For a given url, if it is present directly within the gist, it will be served as-is. Otherwise, other formats are supported:

  • .html will look for .haml and compiled before serving.
  • .css will look for .scss or .sass and compiled
  • .js will look for .coffee and compiled.

For an example, go to http://2879097.run-a-gist.herokuapp.com/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages