junquera / web-packager

Program for generating a single file web from a full web project.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Web Packager

Program for generating a single file web from a full web project.

Insallation

npm install

Running

# From the web dir
node webpackage/main.js index.html

Features

  • Reduce js and css files size.

  • Integrate with uglify[js|css]

  • Run from any path

  • Add support for more files (i.e. fonts, css links...)

  • Add more formats

About

Program for generating a single file web from a full web project.

License:Apache License 2.0


Languages

Language:JavaScript 100.0%