Skip to content

Commit

Permalink
Related to #350, mention cssPrefix in the example build doc
Browse files Browse the repository at this point in the history
  • Loading branch information
jrburke committed Mar 27, 2013
1 parent c0f470a commit ad4eddf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build/example.build.js
Expand Up @@ -207,6 +207,11 @@
cssIn: "path/to/main.css",
out: "path/to/css-optimized.css",

//If "out" is not in the same directory as "cssIn", and there is a relative
//url() in the cssIn file, use this to set a prefix URL to use. Only set it
//if you find a problem with incorrect relative URLs after optimization.
cssPrefix: "",

//Inlines the text for any text! dependencies, to avoid the separate
//async XMLHttpRequest calls to load those dependencies.
inlineText: true,
Expand Down

0 comments on commit ad4eddf

Please sign in to comment.