10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Sorry, something went wrong.
Break out Gruntfile into separate distinct tasks
532842e
Fix JSCS and JSHint issues
18cac8d
0a260d3
Moved my checklist into a separate issue: #49
Merge pull request #48 from tbranyen/some-improvements
3bd325a
Move tasks into separate folder and fix JSCS/JSHint
anyone opposed to moving grunt config files to coffee-script? Grunt supports it natively, and it makes the configs so much cleaner and easier to read... nothing more annoying that forgetting a comma or closing brace in JSON.
JSON
@darcyadams http://tbranyen.com/post/coffeescript-has-the-ideal-syntax-for-configurations
You know I don't :D, I've been using CoffeeScript with Grunt configs for a while and I love them.
Check out: https://github.com/tbranyen/combyne/tree/master/build/tasks sooo much cleaner
@tbranyen haha, awesome. Yeah, once I figured out grunt supports cs, I never looked back.
cs
Successfully merging this pull request may close these issues.