Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • C cssembed
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 13
    • Issues 13
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Nicholas C. Zakas
  • cssembed
  • Wiki
  • Home

Home · Changes

Page history
Migrated from home v8 authored Sep 13, 2010 by nzakas's avatar nzakas
Show whitespace changes
Inline Side-by-side
Home.textile
View page @ b846be04
...@@ -6,11 +6,11 @@ h1. Basic Usage ...@@ -6,11 +6,11 @@ h1. Basic Usage
CSSEmbed is used as follows: CSSEmbed is used as follows:
bc. java -jar cssembed-0.1.0.jar <options> <css file> bc. java -jar cssembed-x.y.z.jar <options> <css file>
For example: For example:
bc. java -jar cssembed-0.1.0.jar -v styles.css bc. java -jar cssembed-x.y.z.jar -v styles.css
The @-v@ or @--verbose@ flags result in additional messages and warnings being output to the console, which can be useful if you run into problems. The @-v@ or @--verbose@ flags result in additional messages and warnings being output to the console, which can be useful if you run into problems.
...@@ -31,7 +31,7 @@ When CSSEmbed comes across a URL reference in CSS (@url(filename)@), it inspects ...@@ -31,7 +31,7 @@ When CSSEmbed comes across a URL reference in CSS (@url(filename)@), it inspects
You can force a specific resolution by using the @--root@ option on the command line and specifying what the root should be. For example: You can force a specific resolution by using the @--root@ option on the command line and specifying what the root should be. For example:
bc. java -jar cssembed-0.1.0.jar --root http://www.nczonline.net/images styles.css bc. java -jar cssembed-x.y.z.jar --root http://www.nczonline.net/images styles.css
This causes all image URLs to be prepended with @http://www.nczonline.net/images@ before attempting resolution (this happens only for those URLs that don't already have "http://" at the beginning. This causes all image URLs to be prepended with @http://www.nczonline.net/images@ before attempting resolution (this happens only for those URLs that don't already have "http://" at the beginning.
......
Clone repository
  • Changelog
  • DataURI
  • Home