mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-26 16:08:34 +02:00
awesome, headless git now pretty much works
This commit is contained in:
parent
7722114fb0
commit
c9fb851ad6
4 changed files with 127 additions and 4 deletions
|
@ -8,7 +8,8 @@ var toGlobalize = {
|
|||
Collections: require('../models/collections'),
|
||||
Async: require('../visuals/animation'),
|
||||
AnimationFactory: require('../visuals/animation/animationFactory'),
|
||||
Main: require('../app')
|
||||
Main: require('../app'),
|
||||
HeadLess: require('../git/headless')
|
||||
};
|
||||
|
||||
_.each(toGlobalize, function(module) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue