I wanted to ask what the flags "lcs" in "ionic run android -lcs" mean? (I had an error with the ionic framework that my app was only builded in the right way when using this flags but I don't know what they do stand for.)
Asked
Active
Viewed 189 times
1 Answers
1
The three letters, separately, are abbreviations for the options of:
- --livereload
- --consolelogs
- --serverlogs

whatsthatitspat
- 691
- 1
- 7
- 20
-
Thank you, I actually didn't find this ionic documentation page before.. ;) – FranzHuber23 Jun 20 '16 at 18:47