Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

Added short Gulp Section to Intro #1006

Merged
merged 1 commit into from
Oct 31, 2015
Merged

Added short Gulp Section to Intro #1006

merged 1 commit into from
Oct 31, 2015

Conversation

dprea
Copy link
Contributor

@dprea dprea commented Oct 19, 2015

Issue #743 - Adding Gulp.
The basics have been added, but I will continue to add onto this throughout the week for another commit in the short future.

$ npm install -g grunt-cli
```

* Gulp - You may use Gulp for Live Reload, Linting, and SASS or LESS.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should make sure that it is explicitly says that Gulp right now is optional, not mandatory.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Agreed. I will make that more clear.


```bash
$ gulp test
```
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do we also want to add the following to indicate you can test each tier?

# run server tests
gulp test:server

# run client tests
gulp test:client

# run e2e tests
gulp test:e2e

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jloveland I like that idea. I will include your addition.

@codydaig
Copy link
Member

@Zeldar Thanks for the contribution! If you can adjust the line comments above, and move the troubleshooting out of this PR and into a PR against the gh-pages (documentation) branch, it should be good to go!

@ilanbiala
Copy link
Member

@codydaig now we just have to move the troubleshooting out of this PR right?

@codydaig
Copy link
Member

@ilanbiala @Zeldar Correct me if I am wrong, but looks like the troubleshooting got removed. If so I think it's ready.

@ilanbiala
Copy link
Member

Yep, but it still needs to be added to gh-pages in a separate PR. Let's get this squashed and merged?

@lirantal lirantal added this to the 0.5.0 milestone Oct 29, 2015
@lirantal
Copy link
Member

This shouldn't hold 0.4.2 so I set it to 0.5.0

@ilanbiala
Copy link
Member

Just to clarify: @Zeldar we'll still merge this whenever it comes around, so if it comes before 0.4.2 releases, great. If not, that's fine too, but we still want to merge this in.

@dprea
Copy link
Contributor Author

dprea commented Oct 29, 2015

@ilanbiala Yes, Troubleshooting was removed.

Do you want the addition of the Troubleshooting section pushed to this commit before squashing, or do you want me to create a new issue for Troubleshooting and push the Gulp Troubleshooting as a different commit? Just wanted to clarify, but can have that finished this evening.

@codydaig
Copy link
Member

@Zeldar The troubleshooting has to be to a separate PR since it will be against the gh-pages branch to have on the website / documentation.

@dprea
Copy link
Contributor Author

dprea commented Oct 30, 2015

@codydaig #1037 PR for gh-pages Gulp documentation and troubleshooting.

I have the same thing I wrote into the HTML in a TROUBLESHOOTING.md as well on my local machine, but noticed the TROUBLESHOOTING.md was blank. Is there plans for that document, or is it part of the Jekyll process?

Do you need anything else from me on this PR? Thank you for the help in getting sorted out.

@codydaig
Copy link
Member

@Zeldar There aren't any plans for a TROUBLESHOOTING.md document.

@codydaig
Copy link
Member

LGTM

@ilanbiala ilanbiala modified the milestones: 0.4.2, 0.5.0 Oct 30, 2015
@ilanbiala
Copy link
Member

@Zeldar @codydaig nice, looks like we can put this in for 0.4.2. @codydaig do you want to already start reformatting commit messages?

@codydaig
Copy link
Member

@ilanbiala We can't realistically start enforcing it until the changelog.md doc gets merged in. I'm starting too on my commits but I don't think we should enforce until 0.4.2 is released. All commits for 0.5.0 should follow the format.

@ilanbiala
Copy link
Member

Yeah makes sense.

@codydaig
Copy link
Member

@Zeldar Can you squash down to 1 commit? Ping me once it's squashed and I'll merge.

Added short Gulp Section to Intro

Added Short Gulp Section to Intro
@dprea
Copy link
Contributor Author

dprea commented Oct 31, 2015

@codydaig I believe this is ready. Thank you!

@codydaig
Copy link
Member

@Zeldar Yup! Thanks a bunch!

LGTM

codydaig added a commit that referenced this pull request Oct 31, 2015
Added short Gulp Section to Intro
@codydaig codydaig merged commit aa5f12b into meanjs:master Oct 31, 2015
codydaig added a commit that referenced this pull request Nov 6, 2015
#1006 Added Gulp Setup and Troubleshooting to docs/0.4.x
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants