Skip to content

ai/load-resources

Repository files navigation

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.

About

Load all JS/CSS files from site website

Resources

License

Stars

Watchers

Forks

Packages