Adds Karma and Grunt scripts to your project and runs the Javascript unit test as part of the build.
One needs to add the test files inside TestScripts Folder.
Add references to source js files in Karma.conf.js, eg:
files: [
'Scripts/angular.js',
'Scripts/angular-*.js',...
More information
A PowerShell task runner based on Invoke-Build. Invoke-Build is a build and test automation tool which invokes tasks defined in PowerShell scripts. It is similar to psake but arguably easier to use and more powerful. Removes the boilerplate code from your build scripts and supports a...
More information
Out-of-box support for Compass, Require.js, live reload, CDNs, minification, bundling and revisioning - everything tied together with Bower, fully configurable via Grunt scripts and integrated with MsBuild/MsDeploy.