Skip to content

Commit

Permalink
added css rewrite to fix path to fonts in compiled css files
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagocamposviana committed Dec 13, 2013
1 parent 6c55dee commit b19a50b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ be searchable.
- Updating a content using new ez publish php api is causing error kernel 20 to
subnodes.

- Use filter='cssrewrite' to fix css paths for fonts, images, etc.


4.x 5.x

Expand Down
3 changes: 2 additions & 1 deletion Resources/views/pagelayout.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@
Not using bootstrap-theme.min.css -->
{% stylesheets
"bundles/tuteibase/css/bootstrap.min.css"
"bundles/tuteibase/css/project.css" %}
"bundles/tuteibase/css/project.css"
filter='cssrewrite' %}
<link rel="stylesheet" href="{{ asset_url }}" />
{% endstylesheets %}

Expand Down

0 comments on commit b19a50b

Please sign in to comment.