To add a collaborator to this project you will need to use the Relish gem to add the collaborator via a terminal command. Soon you'll be able to also add collaborators here!
More about adding a collaboratorTemplates should be chainable
In order to insert variables and data in "static" engines
- Scenarios
-
- Data in Erb in Markdown
-
- Given
- the Server is running at "chained-app"
- When
- I go to "/index.html"
- Then
- I should see "Title</h1>"
- And
- I should see "Subtitle</h2>"
- And
- I should see "Sup</h3>"
- Build chained template
-
- Given
- a successfully built app at "chained-app"
- When
- I cd to "build"
- Then
-
the following files should exist:
index.html - And
- the file "index.html" should contain "Title</h1>"
- And
- the file "index.html" should contain "Subtitle</h2>"
- And
- the file "index.html" should contain "Sup</h3>"
Last published over 7 years ago by middleman.