css-pipeline
Advanced tools
Comparing version
@@ -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
28349
3.26%53
10.42%181
1.12%