Commit aab4a47c authored by Sergey Luzyanin's avatar Sergey Luzyanin Committed by Alexander.Trofimov

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

parent c1115910
...@@ -149,7 +149,7 @@ module.exports = function(grunt) { ...@@ -149,7 +149,7 @@ module.exports = function(grunt) {
}); });
var mobileFiles = packageFile['compile']['sdk']['mobile']; var mobileFiles = packageFile['compile']['sdk']['mobile'];
if(mobileFiles){ 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