Merge pull request #1140 from marco-c/remove_precompile_manifest

Don't precompile asm.js libraries, because it's slower than recompiling
This commit is contained in:
Myk Melez 2015-02-24 11:37:17 -08:00
Родитель 4b5519cfe8 589f73116c
Коммит c4bcb7e717
1 изменённых файлов: 1 добавлений и 4 удалений

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

@ -53,8 +53,5 @@
"messages": [
{ "alarm": "/index.html" }
],
"type": "privileged",
"precompile": [
"libs/relooper.js"
]
"type": "privileged"
}