Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

asset-wrap

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

asset-wrap - npm Package Compare versions

Comparing version 0.2.1 to 0.2.2

examples/assets/compress.styl

8

CHANGELOG.md

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc