Pack your HTML5-Apps into a single HTML file. Example: normal | packed Please note that I'm new to node/grunt plugin development so some things might not be optimal. Installation Requires node and grunt to be installed. npm install html5-packer --save-dev Usage Example config (Gruntfile.json): module.exports = function(grunt) { grunt.initConfig({ HTML5_Packer: { app: { cwd: "app", // default: ./