This commit is contained in:
Peli de Halleux 2015-03-02 11:05:51 -08:00
Родитель e8d9f3813f
Коммит 991e25de75
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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