mason
Version:
simple, fun, static-file builder for jade, stylus, and javascript
33 lines • 616 B
JSON
{
"viewB": {
"type": "jade",
"fromBase": "views",
"fromSrc": "b.jade",
"toBase": "../compiled",
"toSrc": "b.html"
},
"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"
},
"a.css": {
"type": "stylus",
"fromBase": "styles",
"fromSrc": "a.styl",
"toBase": "../compiled",
"toSrc": "a.css"
}
}