Skip to content

Commit

Permalink
Ctrl+s
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas authored and Thomas committed Feb 7, 2012
1 parent ea413fd commit 42fe4cf
Show file tree
Hide file tree
Showing 18 changed files with 9,734 additions and 42 deletions.
19 changes: 19 additions & 0 deletions build/build.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
({
appDir: "../js",
baseUrl: ".",
paths: {
// Major libraries
jquery: 'libs/jquery/jquery-min',
underscore: 'libs/underscore/underscore-min', // https://github.com/amdjs
backbone: 'libs/backbone/backbone-min', // https://github.com/amdjs
sinon: 'libs/sinon/sinon.js',

// Require.js plugins
text: 'libs/require/text',
order: 'libs/require/order',

// Just a short cut so we can put our html outside the js dir
// When you have HTML/CSS designers this aids in keeping them out of the js directory
templates: '../templates'
}
})
Binary file added build/output/.main.js.swp
Binary file not shown.
Binary file added build/output/.router.js.swp
Binary file not shown.
Loading

0 comments on commit 42fe4cf

Please sign in to comment.