Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CSS-Tricks/The-Printliminator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-10-11Readme: update screenshotRob Garrison
2015-10-11Readme: use correct dateRob Garrison
2015-10-11version bumpv4.0.5gh-pagesRob Garrison
2015-10-01Readme: add link to Opera extensionMottie
2015-09-30Add Opera screenshotsv4.0.4Mottie
2015-09-29update change log & fix demo linkMottie
2015-09-29Add Chrome & Opera extensionsv4.0.1Mottie
2015-09-15version bumpv3.1.2Mottie
2015-09-15version bumpv3.1.1Mottie
2015-09-01Fix screenshot linkMottie
You'd think I learned my lesson!
2015-09-01Remove jQuery dependency; add drag & keyboardv3.1.0Mottie
I know, this is a bad all-in-one commit. I did try to test the heck out of it!
2015-08-24Don't remove stylesheet upon closingMottie
2015-08-24Readme: update screenshot again; can't link to gh-pages :(Mottie
2015-08-24Readme: fix link to screenshotMottie
2015-08-24Readme: add to do & recent changes sectionsv3.0.0Mottie
2015-08-24Add grunt build process:Mottie
1) The "src/bookmarklet.js" file contains the uncompressed bookmarklet code. 2) In the build process, that file is minified & added into the "src/index.html" file in two places: a) The actual link href (default link). b) development bookmarklet link (inside js code which updates the link). 3) A new "index.html" and minified "printliminator.min.js" file are written to the root folder. 4) When the "index.html" in the root folder is loaded in the browser, and the js detects the origin is "file://", then the links in the "index.html" file get changed and to point to local files to make it easier for development.