This repository has been archived by the owner on Nov 27, 2018. It is now read-only.
This repository has been archived by the owner on Nov 27, 2018. It is now read-only.
Open
Description
No compilation during development (even at first launch without output folder).
Have not found documented config to fix it.
My config:
{
"template_dir": "templates",
"content_dir": "contents",
"output_dir": "output",
"server": {
"port": 9009
},
"generator": {
"blank": true
},
"bundles": {
"css/all.css": [
"css/common.css",
"css/main.css"
],
"js/ractive.runtime.min.js": [
"js/ractive.runtime.js"
],
"js/all.js": [
"js/src_link.js"
]
},
"plugins": {
"compilers": {
".js": "./compilers/browserify_compiler.js"
}
}
}
Metadata
Assignees
Labels
No labels