fixing madoko invocation
This commit is contained in:
Родитель
e8d9f3813f
Коммит
991e25de75
3
Jakefile
3
Jakefile
|
@ -108,8 +108,9 @@ function mkSimpleTask(production, dependencies, target) {
|
|||
function mdkTask(production, dependencies, target) {
|
||||
return file(production, expand(dependencies), { async: true, parallelLimit: branchingFactor }, function () {
|
||||
var task = this;
|
||||
jake.mkdirP('build/portal')
|
||||
console.log("[M] "+production);
|
||||
jake.exec("node node_modules/.bin/madoko " + production, { printStdout: true }, function () {
|
||||
jake.exec("node node_modules/madoko/lib/cli.js --verbose --odir=build/portal " + target, { printStdout: true }, function () {
|
||||
task.complete();
|
||||
});
|
||||
});
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
[INCLUDE=bootstrap]
|
||||
Title : Bootstrap demo document
|
||||
Theme : darkly
|
||||
Css : nav-example.css
|
||||
~Col : .col-lg-4
|
||||
|
||||
~ Begin Container
|
||||
|
|
Загрузка…
Ссылка в новой задаче