File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -45,9 +45,12 @@ From [bss-file](test/html_templates/load/basic.html) to [django-file](test/html_
4545Url for local resources will be convert to use static tag, like : ` {% static 'folder/with/file' %} ` .
4646` script ` , ` img ` and ` link ` tag will convert their attributes.
4747
48+ From [ bss-file] ( test/html_templates/static_links/src.html ) to [ django-file] ( test/html_templates/static_links/src.render.html )
49+
4850Css ` url() ` links inside html will be also convert, for background image as example.
4951
50- From [ bss-file] ( test/html_templates/static_links/src.html ) to [ django-file] ( test/html_templates/static_links/src.render.html )
52+ From [ bss-file] ( test/html_templates/static_links/css_url.html ) to [ django-file] ( test/html_templates/static_links/css_url.render.html )
53+
5154
5255## Work in progress
5356Nothing
You can’t perform that action at this time.
0 commit comments