Skip to content

Commit

Permalink
further updates for new browserify
Browse files Browse the repository at this point in the history
  • Loading branch information
bpampuch committed Mar 3, 2015
1 parent b25f5d6 commit 99962d9
Show file tree
Hide file tree
Showing 5 changed files with 163 additions and 119 deletions.
8 changes: 4 additions & 4 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,14 +77,14 @@ module.exports = function(grunt) {

browserify: {
build: {
files: {
'build/pdfmake.js': ['./src/browser-extensions/pdfMake.js']
},
options: {
require: ['./src/browser-extensions/virtual-fs.js:fs', './src/browser-extensions/pdfmake.js:pdfMake'],
browserifyOptions: {
standalone: 'pdfMake',
alias: './src/browser-extensions/virtual-fs.js:fs'
}
},
files: {
'build/pdfmake.js': ['./src/browser-extensions/pdfMake.js']
}
}
},
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ Check out [the playground](http://bpampuch.github.io/pdfmake/playground.html)

## Getting Started

*warning! links to the documentation do NOT work yet*

This document will walk you through the basics of pdfmake and will show you how to create PDF files in the browser. If you're interested in server-side printing check the examples folder.

To begin with the default configuration, you should include two files:
Expand Down
Loading

0 comments on commit 99962d9

Please sign in to comment.