combohandler
Advanced tools
Comparing version 0.1.1 to 0.1.2
Combo Handler History | ||
===================== | ||
0.1.2 (2011-07-11) | ||
------------------ | ||
* Chasing the latest Express and Connect versions again. | ||
0.1.1 (2011-04-12) | ||
@@ -5,0 +11,0 @@ ------------------ |
{ | ||
"name" : "combohandler", | ||
"description": "Simple Yahoo!-style combo handler.", | ||
"version" : "0.1.1", | ||
"version" : "0.1.2", | ||
"keywords" : ["combo", "combine", "cdn", "yui", "yui3", "js", "css", "performance"], | ||
"homepage" : "https//github.com/rgrove/combohandler", | ||
"homepage" : "https://github.com/rgrove/combohandler", | ||
@@ -20,3 +20,3 @@ "repository": { | ||
"engines": [ | ||
"node >=0.4.0 <0.5.0", | ||
"node >=0.4.0", | ||
"npm >=0.3.1" | ||
@@ -26,4 +26,4 @@ ], | ||
"dependencies": { | ||
"connect": "~1.3", | ||
"express": "~2.2" | ||
"connect": ">=1.3.0 <2.0.0", | ||
"express": ">=2.2.0 <3.0.0" | ||
}, | ||
@@ -30,0 +30,0 @@ |
@@ -41,3 +41,3 @@ Combo Handler | ||
The `combohandler/server` module creates a standalone Express server instance, | ||
The `combohandler/lib/server` module creates a standalone Express server instance, | ||
or augments an existing server, to perform combo handling for a set of | ||
@@ -122,7 +122,7 @@ configurable routes. | ||
If you just want to get a server up and running quickly by specifying a mapping | ||
of routes to local root paths, use the `combohandler/server` module. It creates | ||
of routes to local root paths, use the `combohandler/lib/server` module. It creates | ||
a barebones Express server that will perform combo handling on the routes you | ||
specify: | ||
var comboServer = require('combohandler/server'), | ||
var comboServer = require('combohandler/lib/server'), | ||
app; | ||
@@ -146,3 +146,3 @@ | ||
var comboServer = require('combohandler/server'); | ||
var comboServer = require('combohandler/lib/server'); | ||
@@ -163,3 +163,3 @@ comboServer({ | ||
npm install spark2 | ||
npm install -g spark2 | ||
git clone git://github.com/rgrove/combohandler.git | ||
@@ -181,3 +181,3 @@ cd combohandler | ||
<script src="http://fuji.jetpants.com/yui/combo/yui3?build/yui/yui-min.js&build/loader/loader-min.js"></script> | ||
<script src="http://fuji.jetpants.com/yui/combo/yui3?build/yui/yui-min.js"></script> | ||
<script> | ||
@@ -197,3 +197,3 @@ var Y = YUI({ | ||
Copyright (c) 2011 Ryan Grove (ryan@wonko.com). | ||
Copyright (c) 2011 Yahoo! Inc. All rights reserved. | ||
@@ -200,0 +200,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy of |
Sorry, the diff of this file is not supported yet
14363
+ Addedconnect@1.9.2(transitive)
+ Addedexpress@2.5.11(transitive)
+ Addedformidable@1.0.17(transitive)
+ Addedmime@1.2.4(transitive)
+ Addedmkdirp@0.3.0(transitive)
+ Addedqs@0.4.2(transitive)
- Removedconnect@1.3.0(transitive)
- Removedexpress@2.2.2(transitive)
Updatedconnect@>=1.3.0 <2.0.0
Updatedexpress@>=2.2.0 <3.0.0