Skip to content
  • David Kaltschmidt's avatar
    JS tooling: run TS grunt tasks only when files changed · e8a895d5
    David Kaltschmidt authored
    - using grunt-newer to prefix precommit tasks
    - only got it to work for tslint and tsc
    
    Not applied to:
    
    - sasslint does not take the file arguments in a way that grunt-newer
      recognizes
    - no-only-tests throws an error when used with `newer`, but it's
      sub-second runtime
    e8a895d5
This project manages its dependencies using Yarn. Learn more