Skip to content

Conversation

@jhberges
Copy link

Got a bit messy, since I also included the grunt-release plugin to automate release.

However the upside is that users can do:

$ npm install git+https://git@github.com/ccoenraets/OpenFB.git --save

Then in (if using browserify), it's possible to do in code:

var openfb = require('open-fb');

openfb.init(params);

edit : first you (ofcourse) need npm installed (part of Node.js), then you do npm install -d to download grunt + dependencies.

To build (lint + "uglify"(minimize)):

$ grunt

To release:

$ grunt release

See https://github.com/geddski/grunt-release for options.

You might want to update the package.json file to reflect your own versioning and then do a "proper" release.

Cheers!

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

Successfully merging this pull request may close these issues.

1 participant