mason
Version:
simple, fun, static-file builder for jade, stylus, and javascript
39 lines (36 loc) • 769 B
JSON
{
"views": {
"type": "jade",
"sourceRoot": "views",
"sourcePaths": ["test.jade"],
"destRoot": "public",
"destPath": "test.html"
},
"platform.js": {
"type": "javascript",
"sourceRoot": "public",
"sourcePaths": [
"vendor/underscore-1.3.3.js",
"vendor/knockout-2.0.0.js"
],
"destRoot": "public",
"destPath": "compiled/platform.js"
},
"page.js": {
"type": "javascript",
"sourceRoot": "public",
"sourcePaths": [
"js/a.js",
"js/b.js"
],
"destRoot": "public",
"destPath": "compiled/page.js"
},
"global.css": {
"type": "stylus",
"sourceRoot": "styles",
"sourcePaths": [ "global.styl" ],
"destRoot": "public",
"destPath": "compiled/global.css"
}
}