Skip to content

Commit

Permalink
build update
Browse files Browse the repository at this point in the history
  • Loading branch information
ardean committed Feb 1, 2017
1 parent 5750ae4 commit e54fe46
Show file tree
Hide file tree
Showing 4 changed files with 385 additions and 2 deletions.
30 changes: 30 additions & 0 deletions config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,36 @@ System.config({
"github:*": "jspm_packages/github/*",
"npm:*": "jspm_packages/npm/*"
},
bundles: {
"build.js": [
"src/index.js",
"github:bpampuch/[email protected]",
"github:bpampuch/[email protected]/pdfmake.js",
"npm:[email protected]",
"npm:[email protected]/moment.js",
"src/head-table.js",
"npm:[email protected]/helpers/class-call-check.js",
"npm:[email protected]/helpers/create-class.js",
"npm:[email protected]/core-js/object/define-property.js",
"npm:[email protected]/library/fn/object/define-property.js",
"npm:[email protected]/library/modules/$.js",
"src/layout.js"
],
"dist/pdf-invoice-simple.js": [
"src/index.js",
"github:bpampuch/[email protected]",
"github:bpampuch/[email protected]/pdfmake.js",
"npm:[email protected]",
"npm:[email protected]/moment.js",
"src/head-table.js",
"npm:[email protected]/helpers/class-call-check.js",
"npm:[email protected]/helpers/create-class.js",
"npm:[email protected]/core-js/object/define-property.js",
"npm:[email protected]/library/fn/object/define-property.js",
"npm:[email protected]/library/modules/$.js",
"src/layout.js"
]
},

map: {
"babel": "npm:[email protected]",
Expand Down
350 changes: 350 additions & 0 deletions dist/pdf-invoice-simple.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/pdf-invoice-simple.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit e54fe46

Please sign in to comment.