change relative path into absolute path

This commit is contained in:
Yanzhen Yu
2018-10-16 12:11:00 +08:00
parent 3e5c0adcdc
commit eef6a6e389
5 changed files with 66 additions and 10 deletions

View File

@@ -2,8 +2,3 @@
Snapshot the DOM into a stateful and serializable data structure.
Also provide the ability to rebuild the DOM via snapshot.
## TODO
- [ ] Replace any url in css rules into absolute path.
- [ ] Select a suitable build strategy.