Skip to content

Commit

Permalink
Added AMD loading.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Malakoff committed Sep 9, 2012
1 parent 1261636 commit 4ea1f4d
Show file tree
Hide file tree
Showing 87 changed files with 24,971 additions and 37,496 deletions.
13 changes: 9 additions & 4 deletions Bakefile.coffee
Expand Up @@ -2,6 +2,7 @@ module.exports =
library:
join: 'knockback.js'
compress: true
wrapper: 'src/knockback-loader.js'
files: [
'src/knockback-core/knockback-core.coffee'
'src/knockback-core/knockback-utils.coffee'
Expand All @@ -19,6 +20,7 @@ module.exports =

knockback_core:
join: 'knockback-core.js'
wrapper: 'src/knockback-loader.js'
compress: true
files: [
'src/knockback-core/knockback-core.coffee'
Expand All @@ -33,6 +35,7 @@ module.exports =

knockback_defaults:
join: 'knockback-defaults.js'
wrapper: 'src/knockback-loader.js'
output: 'lib'
compress: true
files: [
Expand All @@ -43,6 +46,7 @@ module.exports =

knockback_formatting:
join: 'knockback-formatting.js'
wrapper: 'src/knockback-loader.js'
output: 'lib'
compress: true
files: [
Expand All @@ -52,6 +56,7 @@ module.exports =

knockback_localization:
join: 'knockback-localization.js'
wrapper: 'src/knockback-loader.js'
output: 'lib'
compress: true
files: [
Expand All @@ -62,6 +67,7 @@ module.exports =

knockback_triggering:
join: 'knockback-triggering.js'
wrapper: 'src/knockback-loader.js'
output: 'lib'
compress: true
files: [
Expand Down Expand Up @@ -177,8 +183,6 @@ module.exports =
_build:
output: 'build'
directories: [
'test/knockback-legacy'

'test/knockback-utils'
'test/knockback-memory-management'
'test/knockback-observable'
Expand All @@ -192,6 +196,8 @@ module.exports =
'test/knockback-formatting'
'test/knockback-localization'
'test/knockback-triggering'

'test/deprecated'
]
commands: [
'mbundle test/packaging/bundle-config.coffee'
Expand All @@ -203,8 +209,6 @@ module.exports =
runner: 'phantomjs-qunit-runner.js'
files: '**/*.html'
directories: [
'test/knockback-legacy'

'test/knockback-utils'
'test/knockback-memory-management'
'test/knockback-observable'
Expand All @@ -219,6 +223,7 @@ module.exports =
'test/knockback-localization'
'test/knockback-triggering'

'test/deprecated'
'test/full-stack'
'test/packaging'
'test/lodash'
Expand Down
2 changes: 1 addition & 1 deletion doc/LICENSE.html
Expand Up @@ -139,7 +139,7 @@
</div>
<div id='footer'>
Generated on
Sun Sep 09 2012 20:26:06 GMT+0900 (JST)
Mon Sep 10 2012 01:54:21 GMT+0900 (JST)
by
<a href='https://github.com/netzpirat/codo' title='CoffeeScript API documentation generator'>Codo</a>
v1.4.0
Expand Down
2 changes: 1 addition & 1 deletion doc/README.md.html
Expand Up @@ -143,7 +143,7 @@
</div>
<div id='footer'>
Generated on
Sun Sep 09 2012 20:26:06 GMT+0900 (JST)
Mon Sep 10 2012 01:54:21 GMT+0900 (JST)
by
<a href='https://github.com/netzpirat/codo' title='CoffeeScript API documentation generator'>Codo</a>
v1.4.0
Expand Down
2 changes: 1 addition & 1 deletion doc/class_index.html
Expand Up @@ -330,7 +330,7 @@ <h2>File Listing A-Z</h2>
</div>
<div id='footer'>
Generated on
Sun Sep 09 2012 20:26:06 GMT+0900 (JST)
Mon Sep 10 2012 01:54:21 GMT+0900 (JST)
by
<a href='https://github.com/netzpirat/codo' title='CoffeeScript API documentation generator'>Codo</a>
v1.4.0
Expand Down
2 changes: 1 addition & 1 deletion doc/classes/kb.html
Expand Up @@ -603,7 +603,7 @@ <h4>
</div>
<div id='footer'>
Generated on
Sun Sep 09 2012 20:26:06 GMT+0900 (JST)
Mon Sep 10 2012 01:54:21 GMT+0900 (JST)
by
<a href='https://github.com/netzpirat/codo' title='CoffeeScript API documentation generator'>Codo</a>
v1.4.0
Expand Down
2 changes: 1 addition & 1 deletion doc/classes/kb/CollectionObservable.html
Expand Up @@ -661,7 +661,7 @@ <h4>
</div>
<div id='footer'>
Generated on
Sun Sep 09 2012 20:26:06 GMT+0900 (JST)
Mon Sep 10 2012 01:54:21 GMT+0900 (JST)
by
<a href='https://github.com/netzpirat/codo' title='CoffeeScript API documentation generator'>Codo</a>
v1.4.0
Expand Down
2 changes: 1 addition & 1 deletion doc/classes/kb/DefaultObservable.html
Expand Up @@ -236,7 +236,7 @@ <h2>Instance Method Details</h2>
</div>
<div id='footer'>
Generated on
Sun Sep 09 2012 20:26:06 GMT+0900 (JST)
Mon Sep 10 2012 01:54:21 GMT+0900 (JST)
by
<a href='https://github.com/netzpirat/codo' title='CoffeeScript API documentation generator'>Codo</a>
v1.4.0
Expand Down
2 changes: 1 addition & 1 deletion doc/classes/kb/Factory.html
Expand Up @@ -307,7 +307,7 @@ <h4>
</div>
<div id='footer'>
Generated on
Sun Sep 09 2012 20:26:06 GMT+0900 (JST)
Mon Sep 10 2012 01:54:21 GMT+0900 (JST)
by
<a href='https://github.com/netzpirat/codo' title='CoffeeScript API documentation generator'>Codo</a>
v1.4.0
Expand Down
2 changes: 1 addition & 1 deletion doc/classes/kb/FormattedObservable.html
Expand Up @@ -212,7 +212,7 @@ <h2>Instance Method Details</h2>
</div>
<div id='footer'>
Generated on
Sun Sep 09 2012 20:26:06 GMT+0900 (JST)
Mon Sep 10 2012 01:54:21 GMT+0900 (JST)
by
<a href='https://github.com/netzpirat/codo' title='CoffeeScript API documentation generator'>Codo</a>
v1.4.0
Expand Down
2 changes: 1 addition & 1 deletion doc/classes/kb/LocalizedObservable.html
Expand Up @@ -373,7 +373,7 @@ <h2>Instance Method Details</h2>
</div>
<div id='footer'>
Generated on
Sun Sep 09 2012 20:26:06 GMT+0900 (JST)
Mon Sep 10 2012 01:54:21 GMT+0900 (JST)
by
<a href='https://github.com/netzpirat/codo' title='CoffeeScript API documentation generator'>Codo</a>
v1.4.0
Expand Down
2 changes: 1 addition & 1 deletion doc/classes/kb/ModelWatcher.html
Expand Up @@ -429,7 +429,7 @@ <h3>
</div>
<div id='footer'>
Generated on
Sun Sep 09 2012 20:26:06 GMT+0900 (JST)
Mon Sep 10 2012 01:54:21 GMT+0900 (JST)
by
<a href='https://github.com/netzpirat/codo' title='CoffeeScript API documentation generator'>Codo</a>
v1.4.0
Expand Down
2 changes: 1 addition & 1 deletion doc/classes/kb/Observable.html
Expand Up @@ -427,7 +427,7 @@ <h3>Parameters:</h3>
</div>
<div id='footer'>
Generated on
Sun Sep 09 2012 20:26:06 GMT+0900 (JST)
Mon Sep 10 2012 01:54:21 GMT+0900 (JST)
by
<a href='https://github.com/netzpirat/codo' title='CoffeeScript API documentation generator'>Codo</a>
v1.4.0
Expand Down
2 changes: 1 addition & 1 deletion doc/classes/kb/Statistics.html
Expand Up @@ -316,7 +316,7 @@ <h3>Returns:</h3>
</div>
<div id='footer'>
Generated on
Sun Sep 09 2012 20:26:06 GMT+0900 (JST)
Mon Sep 10 2012 01:54:21 GMT+0900 (JST)
by
<a href='https://github.com/netzpirat/codo' title='CoffeeScript API documentation generator'>Codo</a>
v1.4.0
Expand Down
2 changes: 1 addition & 1 deletion doc/classes/kb/Store.html
Expand Up @@ -422,7 +422,7 @@ <h3>
</div>
<div id='footer'>
Generated on
Sun Sep 09 2012 20:26:06 GMT+0900 (JST)
Mon Sep 10 2012 01:54:21 GMT+0900 (JST)
by
<a href='https://github.com/netzpirat/codo' title='CoffeeScript API documentation generator'>Codo</a>
v1.4.0
Expand Down
2 changes: 1 addition & 1 deletion doc/classes/kb/TriggeredObservable.html
Expand Up @@ -293,7 +293,7 @@ <h3>Parameters:</h3>
</div>
<div id='footer'>
Generated on
Sun Sep 09 2012 20:26:06 GMT+0900 (JST)
Mon Sep 10 2012 01:54:21 GMT+0900 (JST)
by
<a href='https://github.com/netzpirat/codo' title='CoffeeScript API documentation generator'>Codo</a>
v1.4.0
Expand Down
2 changes: 1 addition & 1 deletion doc/classes/kb/ViewModel.html
Expand Up @@ -487,7 +487,7 @@ <h3>Parameters:</h3>
</div>
<div id='footer'>
Generated on
Sun Sep 09 2012 20:26:06 GMT+0900 (JST)
Mon Sep 10 2012 01:54:21 GMT+0900 (JST)
by
<a href='https://github.com/netzpirat/codo' title='CoffeeScript API documentation generator'>Codo</a>
v1.4.0
Expand Down
2 changes: 1 addition & 1 deletion doc/classes/kb/utils.html
Expand Up @@ -914,7 +914,7 @@ <h3>Returns:</h3>
</div>
<div id='footer'>
Generated on
Sun Sep 09 2012 20:26:06 GMT+0900 (JST)
Mon Sep 10 2012 01:54:21 GMT+0900 (JST)
by
<a href='https://github.com/netzpirat/codo' title='CoffeeScript API documentation generator'>Codo</a>
v1.4.0
Expand Down

0 comments on commit 4ea1f4d

Please sign in to comment.