UNPKG

ractive

Version:

Next-generation DOM manipulation

22 lines (16 loc) 289 B
module.exports = function ( grunt ) { 'use strict'; grunt.registerTask( 'buildTests', [ 'clean:tests', 'copy:testModules', 'copy:testIndex' ]); grunt.registerTask( 'test', [ 'build', 'runTests' ]); grunt.registerTask( 'runTests', [ 'nodeunit', 'qunit:all' ]); };