Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 408 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 408 Bytes

Tart GUI Library

Howto update sub modules

Simply type

git submodule init
git submodule update

Directory structure

  • tart : Contains core Tart libraries
  • tools : Contains tools like Google Closure Compiler, Google Closure Linter etc (submodule to https://github.com/tart/GUI-Tools.git)
  • third_party : Contains third party libraries like Google Closure Library, Jasmine, jQuery etc.