Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ewinslow opened this issue Jan 8, 2014 · 0 comments
Open

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

ewinslow opened this issue Jan 8, 2014 · 0 comments

Comments

@ewinslow
Copy link
Member

ewinslow commented Jan 8, 2014

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 ...
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant