-
Notifications
You must be signed in to change notification settings - Fork 6
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
Implement IIFE and named functions to accomplish the style guide #30
Conversation
…nto feat-style-guides
Now the `www` contents will be compiled by gulp from `src`
@giorgiofellipe I'll push some commits to your branch while reviewing this pull request. |
Based on https://github.com/johnpapa/generator-hottowel/blob/8f70b149f21f89bd02fc 2199541e484945e233c0/app/templates/jshintrc
I forget to mention, I removed |
This reverts commit c2cbb9a.
Checkout `gulp-plumber` for more information
This workflow is going pretty well, I'll merge it because it's too big to stay working here. |
Implement IIFE and named functions to accomplish the style guide
I'll keep the issues open, cause we should close them with tests like JSCS, JSHint, if we can't ensure a style guide, we shouldn't close the corresponding style guide issue. Thanks @giorgiofellipe sorry for that revert. |
This PR starts to implement the style guides mentioned on #23 #24 and a bit of #28 (#28 (comment)).
There should be some mistakes, so would be great if you take a depth look and help fix them.