UNPKG

swagger

Version:

The Swagger command-line. Provides Swagger utilities and project lifecycle support.

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