UNPKG

can

Version:

MIT-licensed, client-side, JavaScript framework that makes building rich web applications easy.

13 lines (11 loc) 273 B
var path = require("path"); var stealTools = require("steal-tools"); stealTools.bundle({ config: path.join(__dirname, "package.json!npm") }, { filter: [ "**/*", "package.json" ], minify: true }).catch(function(error) { console.error(error); process.exit(1); });