Skip to content
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

omg #2

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

omg #2

wants to merge 2 commits into from

Conversation

dmytrobanasko
Copy link

No description provided.

@@ -0,0 +1,5 @@
define (require, exports, module)->
exports.Collection = Backbone.Collection.extend(
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this can be done coffee way

 exports.Collection = class Collection extends Backbone.Collection
  ...

@artyomtrityak
Copy link
Contributor

please rebase from master before commit http://stackoverflow.com/questions/7244321/how-to-update-github-forked-repository

@@ -49,7 +49,7 @@ module.exports = function(grunt) {
'generators/**/*.coffee',
'server/*.coffee'
],
tasks: ['sass', 'coffee', 'server']
tasks: ['coffee', 'server']
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please don't commit it

@artyomtrityak
Copy link
Contributor

cool, make fixes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants