So we can start sharing it across projects. Intended usage in Gruntfile.js: ``` js module.exports = require('elgg/grunt'); ``` Or if you want to customize anything: ``` js module.exports = function(grunt) { require('elgg/grunt')(grunt); // ... customizations ... }; ```
So we can start sharing it across projects.
Intended usage in Gruntfile.js:
Or if you want to customize anything: