asset-wrap
Advanced tools
Comparing version 0.1.4 to 0.2.0
@@ -1,7 +0,16 @@ | ||
**v0.1.4** (in progress) | ||
**v0.2.0** (2013-01-18) | ||
* Breaking changes to shortcuts | ||
* Add error handling | ||
* Update examples | ||
* Use process.nextTick for shortcut callbacks | ||
* Use should instead of assert in tests | ||
* Add examples for express.js | ||
**v0.1.4** (2013-01-17 9:00pm EST) | ||
* fix stylus nib import | ||
* add CHANGELOG.md | ||
**v0.1.3** (2013-01-17 7:30pm) | ||
**v0.1.3** (2013-01-17 7:30pm EST) | ||
@@ -8,0 +17,0 @@ * Fix text/css tags |
{ | ||
"name": "asset-wrap", | ||
"description": "Asset management framework for nodejs", | ||
"version": "0.1.4", | ||
"version": "0.2.0", | ||
"author": "Bryant Williams <b.n.williams@gmail.com>", | ||
@@ -18,2 +18,3 @@ "repository": {"type": "git", "url": "git://github.com/scien/asset-wrap.git"}, | ||
"devDependencies": { | ||
"express": "3.0.6", | ||
"mocha": "1.8.1", | ||
@@ -20,0 +21,0 @@ "should": "1.2.1", |
@@ -11,2 +11,3 @@ Asset-Wrap is a simple asset manager for node. | ||
7. TODO: watch for file changes | ||
8. TODO: ability to serve file from s3 or cloudfiles | ||
@@ -132,3 +133,2 @@ ## Install | ||
* the [Rails Asset Pipeline](http://guides.rubyonrails.org/asset_pipeline.html) | ||
* Mathias Pettersson's [connect-assetmanager](https://github.com/mape/connect-assetmanager) | ||
@@ -135,0 +135,0 @@ # License |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
23248
34
4