зеркало из https://github.com/mozilla/commonplace.git
Run init during fiddle
This commit is contained in:
Родитель
adae7c21f3
Коммит
557a75b484
|
@ -716,6 +716,11 @@ function fiddle() {
|
||||||
}
|
}
|
||||||
|
|
||||||
function callback_clean() {
|
function callback_clean() {
|
||||||
|
// Copy `.dist` files to their destinations.
|
||||||
|
init(proj_src, callback_init);
|
||||||
|
}
|
||||||
|
|
||||||
|
function callback_init() {
|
||||||
// Compile the assets for the project.
|
// Compile the assets for the project.
|
||||||
build_includes(proj_src, callback_includes);
|
build_includes(proj_src, callback_includes);
|
||||||
}
|
}
|
||||||
|
|
Загрузка…
Ссылка в новой задаче