squashy

0.0.2 • Public • Published

Squashy

Packs HTML by inlining javascripts and stylesheets

For those rare times when you want to save a web page and it's JavaScript and CSS assets as a single file.

Install

npm install squashy

Usage

Command Line

squashy <url>

PogoScript

inlined html = require 'squashy'.squash 'http://www.featurist.co.uk' !
console.log (inlined html)

JavaScript

require('squashy').squash('http://www.featurist.co.uk', function(err, inlinedHtml) {
    if (err) {
        throw err;
    }
    console.log(inlinedHtml);
});

Readme

Keywords

none

Package Sidebar

Install

npm i squashy

Weekly Downloads

1

Version

0.0.2

License

BSD

Last publish

Collaborators

  • joshski