-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3ac92df
commit e42116d
Showing
5 changed files
with
3 additions
and
143 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' ); |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.