UNPKG

test-scribe

Version:

Your sidekick for analog machine development. Run machines interactively and generate automated test scripts based on the outcome.

9 lines (8 loc) 147 B
module.exports = function (grunt) { grunt.registerTask('build', [ 'compileAssets', 'linkAssetsBuild', 'clean:build', 'copy:build' ]); };