Skip to content

Commit

Permalink
Remove dot old docgen
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanolson committed Feb 14, 2025
1 parent 3ac92df commit e42116d
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 143 deletions.
14 changes: 3 additions & 11 deletions Gruntfile.cjs
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
// Copyright 2013-2016, University of Colorado Boulder
// Copyright 2013-2025, University of Colorado Boulder

const Gruntfile = require( '../chipper/Gruntfile.cjs' );
const registerTasks = require( '../perennial-alias/js/grunt/commonjs/registerTasks.js' );

/**
* Dot grunt tasks
* @author Jonathan Olson <[email protected]>
*/
module.exports = function( grunt ) {
Gruntfile( grunt ); // use chipper's gruntfile
registerTasks( grunt, `${__dirname}/js/grunt/tasks/` );
};
// use chipper's gruntfile
module.exports = require( '../chipper/js/grunt/commonjs/gruntMain.js' );
15 changes: 0 additions & 15 deletions js/grunt/eslint.config.mjs

This file was deleted.

93 changes: 0 additions & 93 deletions js/grunt/tasks/doc-dot.ts

This file was deleted.

16 changes: 0 additions & 16 deletions js/grunt/tasks/eslint.config.mjs

This file was deleted.

8 changes: 0 additions & 8 deletions js/grunt/tsconfig.json

This file was deleted.

0 comments on commit e42116d

Please sign in to comment.