File tree 1 file changed +4
-0
lines changed
docs/documentation/stories
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,10 @@ Now make a new project on the same parent folder as `old-awesome-app`.
23
23
Copy over your app files.
24
24
- Locate ` app/ ` , ` styles.css ` and the end-to-end test folder in your new project.
25
25
- 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.
26
30
- Don't copy ` ../old-awesome-app/src/main.ts ` . It contains custom logic for the CLI
27
31
` environments ` feature. Instead compare code and take only what you need.
28
32
- Do the same for ` index.html ` .
You can’t perform that action at this time.
0 commit comments