-
Notifications
You must be signed in to change notification settings - Fork 354
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
Use the correct syntax to reference a github repository. #213
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
revert dist files remove idea files add dist files
Hide fixed columns table when numFixedColumns is 0
This upgrades grunt-bower-task's version of bower, which fixes the problem with the tmp package.
Make selection contain the contents of rows, rather than the row objects themselves, and make a new Ember.Set for each EmberTableComponent Closes #192
* Add community examples page * Clean up dependencies list * Remove some unhelpful descriptions * Reorganize pages * Add migration guides page * Fix sidebar covering footer
* Updates the gh_pages folder so it can stand alone * Use release-it to push to gh-pages on every release Other small tweaks: * Use grunt-release-it as a wrapper for release-it * Move bower dependencies to vendor/ folder
* Only code change is refactoring src/row.coffee to its own file * Remove old comment style which doesn't have any content * Organize inputs/outputs into separate blocks * Once this is merged, I will copy the wording to the docs pages * Ideally we'd add a generate-docs command to grunt, but this is too hard to justify doing right now.
* Copy code documentation to docs pages * Add a few previously undocumented options * Configure <code> tag to display better
cyril-sf
force-pushed
the
cyril-sf/fix-bower
branch
from
October 3, 2014 21:06
e87075d
to
2380dc8
Compare
Is there a reason to change to daviesgeek's version of antiscroll over LearnBoost's version? Maybe for daviesgeek/antiscroll@9b67eb3? |
Yes, the project doesn't seem to be really maintainted and lacks of a |
Ok, fine with me. Thanks! |
Actually, could you rebase on master? Then I'll merge. |
The previous syntax was creating an error in my project using grunt-bower-task. grunt-bower copying Fatal error: ENOENT, no such file or directory 'vendor/antiscroll'
cyril-sf
force-pushed
the
cyril-sf/fix-bower
branch
from
October 20, 2014 21:46
0d5e527
to
8a057e3
Compare
Closing this one in favor of #220 as it's targeting a branch and not master. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The previous syntax was creating an error in my project using grunt-bower-task.