Skip to content

Commit 1ac0858

Browse files
committed
incorporate Jesus's feedback
1 parent 5f9ead1 commit 1ac0858

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/documentation/stories/moving-out-of-the-cli.md

+4
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ Now make a new project on the same parent folder as `old-awesome-app`.
2323
Copy over your app files.
2424
- Locate `app/`, `styles.css` and the end-to-end test folder in your new project.
2525
- Replace them with the corresponding files from `../old-awesome-app`.
26+
- If your styles are not in CSS, you'll need to convert them to CSS since the quickstart doesn't
27+
use style preprocessors. You can also add preprocessor support yourself.
28+
- Copy over the code your app needs from the `environments/` folder, if any.
29+
You'll have to find another way to switch environments on the Quickstart.
2630
- Don't copy `../old-awesome-app/src/main.ts`. It contains custom logic for the CLI
2731
`environments` feature. Instead compare code and take only what you need.
2832
- Do the same for `index.html`.

0 commit comments

Comments
 (0)