mirror of
https://github.com/expressjs/express.git
synced 2026-02-26 17:05:05 +00:00
Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d0a8bb550e | ||
|
|
f96f1423e1 | ||
|
|
7bf17f2f61 | ||
|
|
670b6cfc15 |
16
.gitmodules
vendored
16
.gitmodules
vendored
@@ -1,12 +1,12 @@
|
||||
[submodule "support/oo"]
|
||||
path = support/oo
|
||||
[submodule "lib/support/oo"]
|
||||
path = lib/support/oo
|
||||
url = git://github.com/visionmedia/js-oo.git
|
||||
[submodule "support/ext"]
|
||||
path = support/ext
|
||||
[submodule "lib/support/ext"]
|
||||
path = lib/support/ext
|
||||
url = git://github.com/visionmedia/ext.js.git
|
||||
[submodule "support/sass"]
|
||||
path = support/sass
|
||||
[submodule "lib/support/sass"]
|
||||
path = lib/support/sass
|
||||
url = git://github.com/visionmedia/sass.js.git
|
||||
[submodule "support/haml"]
|
||||
path = support/haml
|
||||
[submodule "lib/support/haml"]
|
||||
path = lib/support/haml
|
||||
url = git://github.com/creationix/haml-js.git
|
||||
|
||||
@@ -1,4 +1,9 @@
|
||||
|
||||
0.7.2 / 2010-03-16
|
||||
==================
|
||||
|
||||
* Fixed GIT submodules (HAH!)
|
||||
|
||||
0.7.1 / 2010-03-16
|
||||
==================
|
||||
|
||||
|
||||
@@ -33,7 +33,7 @@ or
|
||||
|
||||
Install via git clone:
|
||||
|
||||
$ git://github.com/visionmedia/express.git && cd express && git submodule update
|
||||
$ git://github.com/visionmedia/express.git && cd express && git submodule update --init
|
||||
|
||||
## Performance
|
||||
|
||||
|
||||
@@ -314,7 +314,7 @@ Server = Class({
|
||||
// --- Express
|
||||
|
||||
Express = {
|
||||
version: '0.7.1',
|
||||
version: '0.7.2',
|
||||
config: [],
|
||||
routes: [],
|
||||
plugins: [],
|
||||
|
||||
2
seed.yml
2
seed.yml
@@ -1,4 +1,4 @@
|
||||
---
|
||||
name: Express
|
||||
description: Sinatra inspired web development framework
|
||||
version: 0.7.1
|
||||
version: 0.7.2
|
||||
|
||||
Submodule support/ext deleted from 967039b7d6
Submodule support/haml deleted from 389c33c6e4
Submodule support/oo deleted from 1f94bd8979
Submodule support/sass deleted from 2a648b3766
Reference in New Issue
Block a user