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

how to build gown.js #82

Closed
VincentLapointe-OPALRT opened this issue Feb 5, 2017 · 2 comments
Closed

how to build gown.js #82

VincentLapointe-OPALRT opened this issue Feb 5, 2017 · 2 comments

Comments

@VincentLapointe-OPALRT
Copy link

Hi,

I followed the steps explained in the CONTRIBUTING.md file to setup dependencies. But I do not figure out how to build gown.js?

Is there a document explaining this simple step.

Regards,

@FlorianLudwig
Copy link
Member

FlorianLudwig commented Feb 5, 2017

The project is using gulp (see gulpfile.js) for building. You need to make sure you have the two projects gown depends on also checked out in the externals folder. (can be handles via git submodules)

The CONTRIBUTING.md is falsely stating grunt.

Here the full steps to build gown from scratch:

git clone git@github.com:GreyRook/gown.js.git
cd gown.js
git checkount dev
git submodule init
git submodule update
npm i
gulp

@FlorianLudwig
Copy link
Member

The CONTRIBUTING.md was updated.

If this does not solve your issue, please re-open.

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