-
Notifications
You must be signed in to change notification settings - Fork 28
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
base: master
Are you sure you want to change the base?
Filtering option #28
Conversation
@@ -1,3 +1,3 @@ | |||
{ | |||
"stage": 0 | |||
"presets": ["stage-0"] |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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.
Can you add tests for this change? |
Any change you clean this PR, remove dist files and add test? |
Hi! Sorry, I’ve completely forgotten. Too busy at work atm. ———
|
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? |
Allows to pass multimatch filter to remove unwanted files from livereload update message