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

Filtering option #28

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Filtering option #28

wants to merge 6 commits into from

Conversation

jpetroff
Copy link

@jpetroff jpetroff commented Jan 7, 2016

Allows to pass multimatch filter to remove unwanted files from livereload update message

@@ -1,3 +1,3 @@
{
"stage": 0
"presets": ["stage-0"]
Copy link
Collaborator

Choose a reason for hiding this comment

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

Currently babel 5.x is used, not sure this change is appropriate.

Copy link
Author

Choose a reason for hiding this comment

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

Sorry, I’m not that experienced, so I failed to compile it to js. I just installed babel-cli latest version and ran ‘npm publish’. Could you explain how to compile it? I’ll reverse these changes.

Copy link
Collaborator

Choose a reason for hiding this comment

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

You don't need to use babel-cli or npm publish (this one is for publisher).
You don't need to compile to run test.
Just do "npm install" (you probably already did), and then "npm test". This will run test (lint + automated tests).
To see what happen under the hood, just type "npm run" and you should understand a bit what is happening.
Feel free to ask for more if you need.

@MoOx
Copy link
Collaborator

MoOx commented Jan 7, 2016

Can you add tests for this change?

@MoOx
Copy link
Collaborator

MoOx commented Jun 7, 2016

Any change you clean this PR, remove dist files and add test?

@jpetroff
Copy link
Author

jpetroff commented Jun 8, 2016

Hi!

Sorry, I’ve completely forgotten. Too busy at work atm.
I’ll try figuring it out this weekend.

———
John Petrov
Creative Technologist | UX Designer | Customer Assistant
readymag.com

On 07 Jun 2016, at 08:24, Maxime Thirouin [email protected] wrote:

Any change you clean this PR, remove dist files and add test?


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub #28 (comment), or mute the thread https://github.com/notifications/unsubscribe/ACF-xivfWBwAi8aBPvsE1cYqqZj1apwtks5qJQCUgaJpZM4HAWKi.

@jpetroff
Copy link
Author

Hi!

Sorry again, I’ve tried to cover my changes with tests, but I’m not sure I can do that. I’ve never done that before. Maybe, you can point to some resources and give a rough idea where to start? What your test does and how to run it?

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.

2 participants