Make Build and Deploy more efficient

Issue #568 closed
Brian Lewis repo owner created an issue

Introduce new grunt task _build_ts which will:

  • run the typescript compilation
  • copy the compiled file and its map file to the deployment folder ./pineapples/scripts/app

This eliminates various additional steps such as deploying the vendor components, and concatening css etc; as well overcomes a problem with clearing the scripts folder when files are open in the debugger

Comments (1)

  1. Log in to comment