Search code examples
androidangularjsionic-frameworklcs

Ionic-AngularJS-Whats do the flags -lcs stand for in ionic run android -lcs?


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.)


Solution

  • The three letters, separately, are abbreviations for the options of:

    • --livereload
    • --consolelogs
    • --serverlogs

    See more here.