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 Alt Path
In order to preview localized html
- Scenarios
-
- EN should be at root
- EN mounted at root should not be in directory
- Paths can be localized EN
- ES should be under namespace
- Paths can be localized ES
- EN should be at root
-
- Given
- a successfully built app at "alt-path-app"
- When
- I cd to "build"
- Then
-
the following files should exist:
index.html - And
- the file "index.html" should contain "Howdy"
- EN mounted at root should not be in directory
-
- Given
- a successfully built app at "alt-path-app"
- When
- I cd to "build"
- Then
-
the following files should not exist:
lang_en/index.html
- Paths can be localized EN
-
- Given
- a successfully built app at "alt-path-app"
- When
- I cd to "build"
- Then
-
the following files should exist:
hello.html - And
- the file "hello.html" should contain "Hello World"
- ES should be under namespace
-
- Given
- a successfully built app at "alt-path-app"
- When
- I cd to "build"
- Then
-
the following files should exist:
lang_es/index.html - And
- the file "lang_es/index.html" should contain "Como Esta?"
- Paths can be localized ES
-
- Given
- a successfully built app at "alt-path-app"
- When
- I cd to "build"
- Then
-
the following files should exist:
lang_es/hola.html - And
- the file "lang_es/hola.html" should contain "Hola World"
Last published over 7 years ago by middleman.