Confirmed users
138
edits
Line 44: | Line 44: | ||
#Add |make watch| to watch files change and execute |APP=<app> make|, because we should always get files from build_stage/ for DEBUG=1 httpd.js. | #{{bug|968657}} - Add |make watch| to watch files change and execute |APP=<app> make|, because we should always get files from build_stage/ for DEBUG=1 httpd.js. | ||
#Migrate build script for specific app from applications-data.js to app makefile. | #Migrate build script for specific app from applications-data.js to app makefile. | ||
#Add copy rule to copy app into build_stage/ | #{{bug|897352}} - Add copy rule to copy app into build_stage/ | ||
#Extract new module webapp-shared.js from webapp-zip.js to copy files which are used in app to a specific directory | #{{bug|968661}} - Extract new module webapp-shared.js from webapp-zip.js to copy files which are used in app to a specific directory | ||
#multilocale.js should be a standalone build script which can be executed by macro |run-js-command| | #{{bug|968666}} - multilocale.js should be a standalone build script which can be executed by macro |run-js-command| | ||
we can do all action items 1, 2 in parallel and 4, 5 depend on 3. | we can do all action items 1, 2 in parallel and 4, 5 depend on 3. |