Skip to content

Commit

Permalink
Started the destruction :)
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Jun 18, 2010
1 parent 87adff4 commit f8b471c
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 11 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,6 @@
[submodule "lib/support/connect"]
path = lib/support/connect
url = git://github.com/extjs/Connect.git
[submodule "support/expresso"]
path = support/expresso
url = git://github.com/visionmedia/expresso.git
28 changes: 17 additions & 11 deletions lib/express.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@

// Express - Copyright TJ Holowaychuk <tj@vision-media.ca> (MIT Licensed)

require.paths.unshift(__dirname + '/support/ext/lib')
require.paths.unshift(__dirname + '/support/ejs/lib')
require.paths.unshift(__dirname + '/support/haml/lib')
require.paths.unshift(__dirname + '/support/sass/lib')
require.paths.unshift(__dirname + '/support/multipart/lib')
require('ext')
Class = require('./support/class/lib/class').Class
require('./express/core')
require('./express/plugins')
/*!
* Express
* Copyright(c) 2010 TJ Holowaychuk <tj@vision-media.ca>
* MIT Licensed
*/

/**
* Framework version.
*/

exports.version = '0.14.0';

/**
* Configuration callbacks.
*/

exports.config = [];
1 change: 1 addition & 0 deletions support/expresso
Submodule expresso added at 5b7f5b

0 comments on commit f8b471c

Please sign in to comment.