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 collaboratorBuilder
In order to output static html and css for delivery
- Scenarios
-
- Checking built folder for content
-
- Given
- a successfully built app at "large-build-app"
- When
- I cd to "build"
- Then
-
the following files should exist:
index.html static.html services/index.html stylesheets/static.css spaces in file.html images/blank.gif images/Read me (example).txt images/Child folder/regular_file(example).txt .htaccess feed.xml - Then
-
the following files should not exist:
_partial layout layouts/custom layouts/content_for - And
- the file "index.html" should contain "Comment in layout"
- And
- the file "index.html" should contain "<h1>Welcome</h1>"
- And
- the file "static.html" should contain "Static, no code!"
- And
- the file "services/index.html" should contain "Services"
- And
- the file "stylesheets/static.css" should contain "body"
- And
- the file "spaces in file.html" should contain "spaces"
- Build glob
-
- Given
- a successfully built app at "glob-app" with flags "--glob '*.css'"
- When
- I cd to "build"
- Then
-
the following files should not exist:
index.html - Then
-
the following files should exist:
stylesheets/site.css
- Build with errors
-
- Given
- a built app at "build-with-errors-app"
- Then
- the exit status should be 1
- Build empty errors
-
- Given
- a built app at "empty-app"
- Then
- the exit status should be 1
- Build alias (b)
-
- Given
- a fixture app "large-build-app"
- When
-
I run
middleman b
- Then
- was successfully built
Last published over 7 years ago by middleman.