rebuild for CSS changes

This commit is contained in:
Peter Cottle 2013-03-10 12:57:42 -07:00
parent 3eab0aec44
commit 427b45f60f
10 changed files with 60 additions and 31 deletions

View file

@ -1,5 +1,12 @@
exports.level = {
"compareOnlyMasterHashAgnostic": true,
"compareOnlyMasterHashAgnosticWithAsserts": true,
"goalAsserts": {
"master": [
function(data) {
return data.C4 > data.C1;
}
]
},
"disabledMap": {
"git revert": true
},

View file

@ -61,7 +61,9 @@ exports.level = {
"type": "ModalAlert",
"options": {
"markdowns": [
"Lastly, pay attention to the goal state here -- since we move the commits twice, they both get an apostrophe appended. One more apostrophe is added for the commit we amend, which gives us the final form of the tree "
"Lastly, pay attention to the goal state here -- since we move the commits twice, they both get an apostrophe appended. One more apostrophe is added for the commit we amend, which gives us the final form of the tree ",
"",
"That being said, I can compare levels now based on structure and relative apostrophe differences. As long as your tree's `master` branch has the same structure and relative apostrophe differences, I'll give full credit"
]
}
}

View file

@ -62,7 +62,9 @@ exports.level = {
"type": "ModalAlert",
"options": {
"markdowns": [
"So in this level, let's accomplish the same objective of amending `C2` once but avoid using `rebase -i`. I'll leave it up to you to figure it out! :D"
"So in this level, let's accomplish the same objective of amending `C2` once but avoid using `rebase -i`. I'll leave it up to you to figure it out! :D",
"",
"Remember, the exact number of apostrophe's (') on the commit are not important, only the relative differences. For example, I will give credit to a tree that matches the goal tree but has one extra apostrophe everywhere"
]
}
}