load-resources

0.1.1 • Public • Published

Load Resources Build Status

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.

Readme

Keywords

Package Sidebar

Install

npm i load-resources

Weekly Downloads

149

Version

0.1.1

License

MIT

Last publish

Collaborators

  • ai