You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -18,4 +18,9 @@ Important
18
18
- Right now, you can only redirect *.js .css .less* resources.
19
19
- You can NOT redirect resources to a local file using the **file:// protocol**. In order to redirect locally, you need to be running a **local server** (e.g Apache) and redirect the file to the right path using it (e.g *http://localhost/my-project/css/style.css*).
20
20
21
+
Upcoming features
22
+
---------------------
23
+
- Make the **file://** protocol work.
24
+
- Integrate a status check when setting a file in the redirection inputs.
0 commit comments