New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

css-pipeline

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

css-pipeline - npm Package Compare versions

Comparing version

to
0.2.0

test/fixtures/prefix/app.coffee

4

lib/index.js

@@ -62,7 +62,7 @@ // Generated by CoffeeScript 1.7.0

if (prefix == null) {
prefix = path.sep;
prefix = '';
}
paths = [];
if (opts.out) {
paths.push(path.sep + opts.out);
paths.push("" + prefix + opts.out);
} else {

@@ -69,0 +69,0 @@ _ref = _this.files;

{
"name": "css-pipeline",
"version": "0.1.3",
"version": "0.2.0",
"author": "Jeff Escalante <hello@jenius.me>",

@@ -5,0 +5,0 @@ "description": "roots extension for handling css production builds",

@@ -109,4 +109,6 @@ Roots CSS Pipeline

Example of using the `css` function. This example uses [jade](http://jade-lang.com/) but this will also work with any other templating language.
Note that the `css` function accepts one optional argument, which is a path to prefix any injected scripts with. So for example if you wanted to have stylesheets load from the root of the site, you could pass in `/`. By default, it would be the relative path `css/master.css`, but calling with `/` would make it `/css/master.css`.
Here's an example of using the `css` function. This example uses [jade](http://jade-lang.com/) but this will also work with any other templating language.
```jade

@@ -113,0 +115,0 @@ //- index.jade

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet