Skip to content

Commit

Permalink
fixed production build and updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ericmatthys committed May 12, 2012
1 parent 98b2b10 commit 09121d2
Show file tree
Hide file tree
Showing 9 changed files with 2,397 additions and 17 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,7 @@ Installing Build Dependencies
-----------------------------
1. Install node.js

`brew install node`

Alternatively you can also download the respective package installer from node's website.

2. Install node depencencies
2. Install node dependencies

From the project repository root:

Expand Down
12 changes: 6 additions & 6 deletions app/js/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,13 @@
dir: '../../build',
mainConfigFile: 'main.js',
wrap: true,

paths: {
'almond': '../../node_modules/almond/almond',


// Externals
'templates': '../templates',

// Libraries
'jquery': 'libs/jquery-1.7.2',
'underscore': 'libs/underscore-1.3.3',
Expand All @@ -19,10 +22,7 @@
'base64': 'libs/base64',
'sha256': 'libs/jssha256-0.1',
'mediaelement': 'libs/mediaelement-2.8.1',
'soundmanager': 'libs/soundmanager2',

// Externals
'templates': '../templates',
'soundmanager': 'libs/soundmanager2-nodebug',

// Require
'use': 'libs/require/use-0.2.0',
Expand Down
Loading

0 comments on commit 09121d2

Please sign in to comment.