mirror of
https://github.com/owncast/owncast.git
synced 2024-10-10 19:16:02 +00:00
9 lines
173 B
JavaScript
9 lines
173 B
JavaScript
require('babel-register');
|
|
|
|
module.exports = function(grunt) {
|
|
require('time-grunt')(grunt);
|
|
require('load-grunt-tasks')(grunt);
|
|
|
|
require('./lib/grunt.js')(grunt);
|
|
};
|