-
Notifications
You must be signed in to change notification settings - Fork 53
Grunt #55
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
Grunt #55
Conversation
|
Just posted #57 which includes the jshint fixes and some other random cleanup. You're welcome to copy over to this or we can land both or whatever makes sense. Just wanted to get it up. |
|
@jimfleming I merged your branch down into mine, and basically just took my package.json and Gruntfile.js, because I was using grunt-jsfmt rather than grunt-exec, unless you'd rather use grunt-exec so we can run everything through EDIT: and I setup .travis.yml to install grunt-cli |
|
@brettlangdon Yah, that was my original thought but I'm ok with |
package.json
Outdated
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 can simplify this to james2doyle/grunt-jsfmt.
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.
done, thanks
|
Oh, right — do you have a jsfmtrc defined somewhere? Is it easy to force defaults when loading the config? We can fix that later too. Its ancillary. |
|
@jimfleming I dont :/ it is pulling the default config |
|
Hmm, that's odd. |
|
@jimfleming, ah, it is because of |
|
@jimfleming moved to |
|
@brettlangdon it all looks good to me. Can you merge in master one more time then we can merge it in. EDIT:
|
|
done. |
|
Thanks, will merge when passing. |
this addresses #18
I have been thinking about updating the travis setup to use grunt, that way the travis build will fail when jshint doesn't pass. Thoughts?
jshint has found a few issues with
rewrite.js, think we either need fix the issues or change the jshint config to allow things we want.