Update package.json#124
Update package.json#124sivakumar-kailasam wants to merge 42 commits intoember-cli:masterfrom sivakumar-kailasam:master
Conversation
|
Added a comment. This PR is based on an outdated version of ember-cli. We now call it "blueprint" instead of "skeleton" (my idea :) But you're totally right. We should add ember-cli as a dep. |
updated as per @MajorBreakfast's comments
|
Could you rebase? I can't merge it :S |
|
Doing it now On Mar 21, 2014 12:43 AM, "MajorBreakfast" notifications@github.com wrote:
|
|
@MajorBreakfast Can you try it now? |
|
3 Options:
|
Cannot specify --strict-mode flag to node otherwise it will require strict-mode in node_modules, which we don't really want.
Since this is included in app/utils/ajax.js it seems justified to make sure it works without configuration changes.
I guess this is necessary for mocha to be able to run tests. Boo.
Nested elements should be indented once (two spaces). http://mdo.github.io/code-guide/#html-syntax I saw [this commit](https://github.com/frabrunelle/ember-cli/commit/d72da9cd9990a07c5dd652bb758b595fea2bb45d) called "quote consistency" but for HTML it's more common to have double quotes. So I would suggest having double quotes for HTML and single quotes for JavaScript. Also, shouldn't the content of title be `<%= namespace %>` instead of `App`?
This reverts commit 16385cd. Conflicts: blueprint/Brocfile.js lib/adapters/broccoli/builder.js
|
did I just screw this up, you might have guessed it, this is my first rebase :( |
|
should I close this PR and new one instead? |
|
yup, you did. It should only be 1 commit |
|
closing this will send a new one |
|
Don't worry: Rebasing is super hard at first :D But you'll get the hang of it eventually. |
|
Will take your word for it :)
|
Fixes #122.