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

Wanted to know build process for the project. #28

Closed
vijay40 opened this issue Dec 3, 2014 · 2 comments
Closed

Wanted to know build process for the project. #28

vijay40 opened this issue Dec 3, 2014 · 2 comments

Comments

@vijay40
Copy link
Contributor

vijay40 commented Dec 3, 2014

I will like to contribute to the project and want to know the build process for same. It will be great if you could point me to some reference for building the project. A document or even a section about building the project in Contibuting.md will be good for people like me to serve as a starting point for contribution to the project.

@knsv
Copy link
Collaborator

knsv commented Dec 3, 2014

Hi Vijay!

Will add that to the contributing document. In short meanwhile:

after fork:

npm install

Then the dependencies will have been installed. You use gulp as build tool.

The following targets are probably interesting:

  • jison - compiles the jison grammars to parser files
  • jasmine - runs the jasmine tests (will trigger the jison target)
  • dist - complies files to the dist catalog

for instance:

gulp jasmine

@knsv
Copy link
Collaborator

knsv commented Dec 3, 2014

Hope this helps and looking forward to future contributions.

@knsv knsv closed this as completed Dec 3, 2014
knsv pushed a commit that referenced this issue Aug 4, 2021
Bumps @percy/cli from 1.0.0-beta.58 to 1.0.0-beta.60.

---
updated-dependencies:
- dependency-name: "@percy/cli"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
mgenereu referenced this issue in mgenereu/mermaid Jun 25, 2022
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