Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

docpad-plugin-cachr

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

docpad-plugin-cachr

Caches remote resources locally

  • 1.0.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

Cachr Plugin for DocPad

This plugin caches remote resources locally.

Usage

To use, simply wrap any url you want to cache locally within the exposed @cachr(url) function inside your templates.

  • CoffeeKup example:

    img src:'http://somewebsite.com/someimage.gif'
    

    would become:

    img src:@cachr('http://somewebsite.com/someimage.gif')
    
  • Eco example:

    <img src="http://somewebsite.com/someimage.gif"/>
    

    would become:

    <img src="<%=@cachr('http://somewebsite.com/someimage.gif')%>"/>
    

History

You can discover the history inside the History.md file

License

Licensed under the MIT License
Copyright © 2012 Bevry Pty Ltd

Keywords

FAQs

Package last updated on 14 Apr 2012

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc