소스 검색

[Android] Add comment on disabling JS packaging for dev builds

master
Saúl Ibarra Corretgé 8 년 전
부모
커밋
6fc1a3f45d
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3
    0
      android/sdk/build.gradle

+ 3
- 0
android/sdk/build.gradle 파일 보기

104
                 '--entry-file', 'index.android.js',
104
                 '--entry-file', 'index.android.js',
105
                 '--platform', 'android',
105
                 '--platform', 'android',
106
                 '--reset-cache')
106
                 '--reset-cache')
107
+
108
+            // Disable bundling on dev builds
109
+            //enabled !devEnabled
107
         }
110
         }
108
 
111
 
109
         // Hook bundle${productFlavor}${buildType}JsAndAssets into the android build process
112
         // Hook bundle${productFlavor}${buildType}JsAndAssets into the android build process

Loading…
취소
저장