Details
-
Type:
Story
-
Status: Resolved
-
Priority:
Medium
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: Alloy 1.3.0
-
Component/s: Documentation, Samples & Templates
-
Labels:None
Description
There's a number of ways to speed up Alloy compile time. 2 simples ones are setting the following values in the config.json:
{
|
"sourcemap": false, |
"adapters": [] |
}
|
This will skip the sourcemap step and won't include any sync adapters. Each test app should be evaluated based on its needs and have an optimized config.json to make the automated test suite run as quickly as possible.