cssprefix icon indicating copy to clipboard operation
cssprefix copied to clipboard

Support for local websites

Open paulozoom opened this issue 12 years ago • 1 comments

Problem

The proposed URL for checking websites, (http://cssprefix.com/[URI]) doesn't work with local web pages, either with a local webserver or plain file://.

This means that the developer needs to:

  1. Publish the website with incomplete CSS prefixes.
  2. Run the website through CSS Prefix.
  3. Download the updated code.
  4. Update their CSS.
  5. Re-publish the website.

This is a sub-optimal workflow. If CSS Prefix supports local web pages, the first deploy of the website could already have all the needed CSS prefixes.

Possible solution

I believe there are three ways to do this:

  1. Pasting the code to CSS Prefix
  2. Uploading the code to CSS Prefix (drag & drop would be nice)
  3. Developing browser extensions.

Browser extensions are able to do cross-domain requests, but I'm not sure if they can make requests from file:// websites.

paulozoom avatar Feb 09 '12 17:02 paulozoom