asset-wrap
Advanced tools
Comparing version 0.2.1 to 0.2.2
@@ -1,4 +0,8 @@ | ||
**v0.2.2** (in progress) | ||
**v0.2.2** (2013-04-25) | ||
* | ||
* add cleancss option for stylus to concat imported css | ||
* add file watching for @src file in all modules | ||
* add file watching for @src and all dependencies in snockets module | ||
* update stylus to 0.32.1 | ||
* add `define('url', stylus.url())` to stylus module | ||
@@ -5,0 +9,0 @@ **v0.2.1** (2013-02-11) |
{ | ||
"name": "asset-wrap", | ||
"description": "Asset management framework for nodejs", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"author": "Bryant Williams <b.n.williams@gmail.com>", | ||
@@ -9,2 +9,4 @@ "repository": {"type": "git", "url": "git://github.com/scien/asset-wrap.git"}, | ||
"async": "0.1.22", | ||
"clean-css": "0.10.1", | ||
"chokidar": "0.6.2", | ||
"coffee-script": "1.4.0", | ||
@@ -16,3 +18,3 @@ "less": "1.3.3", | ||
"snockets": "1.3.8", | ||
"stylus": "0.32.0" | ||
"stylus": "0.32.1" | ||
}, | ||
@@ -19,0 +21,0 @@ "devDependencies": { |
Asset-Wrap is a simple asset manager for node. | ||
## Goals | ||
1. build at anytime (server start or on any route) | ||
1. build at anytime (server start and middlewareor on dynamically on any route) | ||
2. support stylus, less, and sass | ||
@@ -10,3 +10,3 @@ 3. support snockets for coffee-script/coffeecup | ||
6. easily extendible (just add another module) | ||
7. TODO: watch for file changes | ||
7. watch for file changes | ||
8. TODO: ability to serve file from s3 or cloudfiles | ||
@@ -49,3 +49,2 @@ | ||
dst: '/js/hello.js' | ||
compress: true | ||
} | ||
@@ -55,5 +54,7 @@ new wrap.Stylus { | ||
dst: '/css/hello.css' | ||
compress: true | ||
} | ||
], (err) => | ||
], { | ||
compress: true | ||
watch: true | ||
}, (err) => | ||
throw err if err | ||
@@ -60,0 +61,0 @@ @use assets.middleware |
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
26902
39
10
144
1
10
+ Addedchokidar@0.6.2
+ Addedclean-css@0.10.1
+ Addedchokidar@0.6.2(transitive)
+ Addedclean-css@0.10.1(transitive)
+ Addedcommander@1.1.1(transitive)
+ Addedkeypress@0.1.0(transitive)
+ Addedstylus@0.32.1(transitive)
- Removedstylus@0.32.0(transitive)
Updatedstylus@0.32.1