Urigo / tortilla

The Framework for tutorials
MIT License
51 stars 5 forks source link

No reference to file paths generated using diff_step template helper #3

Open DAB0mB opened 8 years ago

DAB0mB commented 8 years ago

No reference to file paths generated using diff_step template helper.

Here is an example of a generated diff:

Step 1.2: Create index.html

Added client/index.html
@@ -0,0 +1,6 @@
+┊ ┊1┊<head>
+┊ ┊2┊  <base href="/">
+┊ ┊3┊</head>
+┊ ┊4┊<body>
+┊ ┊5┊  Hello World!
+┊ ┊6┊</body>🚫↵

We have no reference to the created index.html, so instead of looking to it manually in the commits history (Which can take quiet a time) it would be a good idea to just add a reference to it.

dotansimha commented 6 years ago

still relevant? @DAB0mB