Browse Source

Build pdf sandbox.

pull/196/head
Joachim Bauch 10 years ago
parent
commit
8dfd371c6f
  1. 7
      build/build.js

7
build/build.js

@ -83,6 +83,13 @@ @@ -83,6 +83,13 @@
override: {
skipModuleInsertion: true
}
},
{
name: 'sandboxes/pdf',
dir: './out/sandboxes',
override: {
skipModuleInsertion: true
}
}
]
})

Loading…
Cancel
Save