mason
Version:
simple, fun, static-file builder for jade, stylus, and javascript
19 lines • 336 B
JSON
{
"a.js": {
"type": "javascript",
"fromBase": "public",
"fromSrc": [
"vendor/a1.js",
"vendor/a2.js"
],
"toBase": "../compiled",
"toSrc": "a.js"
},
"b.js": {
"type": "javascript",
"fromBase": "",
"fromSrc": "shared/b1.js",
"toBase": "../compiled",
"toSrc": "b/index.js"
}
}