KKBOX / FireApp

Fire.app is a HTML prototyping tool with Sass/Compass/ERB/Haml/Slim/Markdown support
http://fireapp.kkbox.com/
GNU General Public License v2.0
613 stars 79 forks source link

fireapp-documents-teaching-material does not have content specified in Fire.app Feature Tutorial #291

Closed PlumHunter closed 9 years ago

PlumHunter commented 9 years ago

I am following your online tutorial. I am on the "Using Template Helpers" page. It instructs : "Then open screenshots.html in your IDE and read the source code. You'll find that it has a lot of duplicated HTML code." The screenshots.html in the zip file has no duplicated html. The zip It instructs : "Please find the HTML content that is duplicated five times in

." There is only one
in the screenshots.html file. It also instructs "After modifying the file name, add a helper to generate LiveReload-js before . Refresh the browser to active the added JavaScripts. Now, the browser will automatically refresh after modifying files." After changing files, nothing happened - the browser did not reflect the changes. It also had this error at the top of the page in the browser : "Errno::ESRCH: No such process - No message available".

PlumHunter commented 9 years ago

My mistake reading instructions. It said : "duplicated five times in div class="main". I was reading it as the div class="main" was duplicated five times.