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

Repo Missing Build Script #69

Closed
matthewwithanm opened this issue May 29, 2013 · 1 comment
Closed

Repo Missing Build Script #69

matthewwithanm opened this issue May 29, 2013 · 1 comment

Comments

@matthewwithanm
Copy link

A packaged version of the script is offered for download, but the script for building it isn't part of the repo. That means that people can't offer pull requests for stuff like #68 (:

If you have one and could include it, that would be great.

@desandro
Copy link
Owner

you can build the site and the packaged version from the gh-pages branch.

git checkout gh-pages
npm install # install npm packages
bower install # install bower dependencies
grunt # make the site and the packaged source files

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

2 participants