Skip to content

udaytonapps/tsugi-static

 
 

Repository files navigation

Tsugi Static Files (Cross-Language)

Apereo Incubating badge

This is part of the Tsugi Project:

This holds the static files used by the Tsugi framework. This is shared between the Tsugi implementations in various languages.

You can check this out locally into the htdocs folder next to your Tsugi developer console (/tsugi) or just use the copy stored in the CloudFlare CDN at:

https://static.tsugi.org

If you don't specify the staticroot in config.php it will use the above URL to serve static content. If you want to serve it locally if you are on a plane or behind a firewall check it out and then set the configuration similar to the following:

$CFG->staticroot = 'http://localhost/tsugi-static';  /// For normal
$CFG->staticroot = 'http://localhost:8888/tsugi-static';   // For MAMP
$CFG->staticroot = "https://www.my-awesome-learning-tool.com/tsugi-static"; 

Or something similar.

About

This holds the static files used by the Tsugi framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 44.6%
  • JavaScript 41.7%
  • HTML 12.5%
  • Other 1.2%