-
Notifications
You must be signed in to change notification settings - Fork 13.8k
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
React with Webpack and ES6 #1741
Comments
Hi Antonio, please check out the following links regarding contributing to the project |
@vdineva , if you go to my PR you will see a problem when jshint run on webpack output files, I can not edit this files to fix jshint config, there is any way to exclude this file from jshint? |
@acamposruiz I believe you can add to the excludeFiles list in the .jscs file (https://github.com/acamposruiz/todomvc/blob/master/.jscsrc) the examples/react-webpack-es6/build/app.js and it should be omitted from the linting. Of course test this locally before pushing the code. |
Thanks @vdineva !, I've just done it and it's fine, but now my PR fail in webdriver task, I've executed it in my computer and go fine but do not in travis, I have found a closed issue about this with a generic response (#1683) that do not help me, perhaps you could do it :) This is the output from Travis https://travis-ci.org/tastejs/todomvc/jobs/196705307
But in my computer go well:
Do you know what's happening? |
Hello all! :), my name is Antonio, I am new here, i have ben working these days in a webpack react with simplest build step to contribute in this project, is uploaded in my fork here https://github.com/acamposruiz/todomvc/tree/react-webpack-es6/examples/react-webpack-es6
I would like to know the way to get your approval to send a Pull Request for this :)
Thanks very much!
Antonio
The text was updated successfully, but these errors were encountered: