This package has been deprecated

Author message:

NoLongerUsed

loadresources

1.0.0 • Public • Published

Load Resources [![Build Status][ci-img]][ci]

Load all JS/CSS files from site website.

var load = require('load-resources');

load('https://github.com/', '.css', function (css, url) {
    // All GitHub styles will be here
})

Also you can set a array of sites as first argument.

Third argument of callback will be boolean to indicate last file.

License

MIT © Yoginth

Readme

Keywords

Package Sidebar

Install

npm i loadresources

Weekly Downloads

1

Version

1.0.0

License

MIT

Last publish

Collaborators

  • npm