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/pdfmake@0.1.25.js",
"github:bpampuch/pdfmake@0.1.25/pdfmake.js",
"npm:moment@2.17.1.js",
"npm:moment@2.17.1/moment.js",
"src/head-table.js",
"npm:babel-runtime@5.8.38/helpers/class-call-check.js",
"npm:babel-runtime@5.8.38/helpers/create-class.js",
"npm:babel-runtime@5.8.38/core-js/object/define-property.js",
"npm:core-js@1.2.7/library/fn/object/define-property.js",
"npm:core-js@1.2.7/library/modules/$.js",
"src/layout.js"
],
"dist/pdf-invoice-simple.js": [
"src/index.js",
"github:bpampuch/pdfmake@0.1.25.js",
"github:bpampuch/pdfmake@0.1.25/pdfmake.js",
"npm:moment@2.17.1.js",
"npm:moment@2.17.1/moment.js",
"src/head-table.js",
"npm:babel-runtime@5.8.38/helpers/class-call-check.js",
"npm:babel-runtime@5.8.38/helpers/create-class.js",
"npm:babel-runtime@5.8.38/core-js/object/define-property.js",
"npm:core-js@1.2.7/library/fn/object/define-property.js",
"npm:core-js@1.2.7/library/modules/$.js",
"src/layout.js"
]
},

map: {
"babel": "npm:babel-core@5.8.38",
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.