Skip to content

SaschaKuhnigk/gradle-typescript-karma-template

Repository files navigation

Gradle-Typescript-Karma Template

Template for creating a typescript project tested with karma.

using the template

    $ gradle karmaRun          # execute tests

    $ gradle compileTypeScript # transpile typescript to javascript. javascript files are created in directory $projectDir/build

    $ gradle npmInstall        # install node dependencies defined in package.json to $projectDir/node_modules

    $ gradle nodeInstall       # install nodejs to the directory $projectDir/.gradle/nodejs [issue](https://github.com/srs/gradle-node-plugin/issues/91)

    $ gradle clean             # deletes the directory $projectDir/build

Debug with Intellij IDEA

Tested with 2016.1.3 [idea-IU-145.1617.8]

Karma debugging does not work for me with idea 2016.2.2

Plugins used by this template

gradle-node-plugin

typescript-gradle-plugin

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published