Skip to content

Extract grunt config and deploy script to an npm package #2

Description

@ewinslow

So we can start sharing it across projects.

Intended usage in Gruntfile.js:

module.exports = require('elgg/grunt');

Or if you want to customize anything:

module.exports = function(grunt) {
  require('elgg/grunt')(grunt);
  // ... customizations ...
};

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions