Skip to content

This holds the static files used by the Tsugi framework

License

Notifications You must be signed in to change notification settings

cilt-uct/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

Packages

No packages published

Languages

  • JavaScript 41.6%
  • SCSS 17.0%
  • Less 16.0%
  • HTML 12.3%
  • CSS 11.9%
  • Python 1.0%
  • Other 0.2%