Commit 3f9622dd authored by Sergey Luzyanin's avatar Sergey Luzyanin

Файлы для мобильной версии добавляем в начало.

parent 12a40cf2
......@@ -173,7 +173,7 @@ module.exports = function(grunt) {
});
var mobileFiles = packageFile['compile']['sdk']['mobile'];
if(mobileFiles){
srcFiles = srcFiles.concat(mobileFiles);
srcFiles = mobileFiles.concat(srcFiles);
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment