File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 13
13
{# uncomment the following lines to compile SCSS assets with Assetic
14
14
15
15
{% stylesheets filter="scssphp" output="css/app.css"
16
- "%kernel.root_dir%/../web/ assets/scss/bootstrap.scss"
17
- "%kernel.root_dir%/../web/ assets/scss/font-awesome.scss"
18
- "%kernel.root_dir%/../web/ assets/css/*.css"
19
- "%kernel.root_dir%/../web/ assets/scss/main.scss"
16
+ "assets/scss/bootstrap.scss"
17
+ "assets/scss/font-awesome.scss"
18
+ "assets/css/*.css"
19
+ "assets/scss/main.scss"
20
20
%}
21
21
<link rel="stylesheet" href="{{ asset_url }}" />
22
22
{% endstylesheets %}
135
135
{% block javascripts %}
136
136
{# uncomment the following lines to combine and minimize JavaScript assets with Assetic
137
137
{% javascripts filter="jsqueeze" output="js/app.js"
138
- "%kernel.root_dir%/../web/ assets/js/jquery-2.1.3.js"
139
- "%kernel.root_dir%/../web/ assets/js/bootstrap-3.3.4.js"
140
- "%kernel.root_dir%/../web/ assets/js/highlight.pack.js" %}
138
+ "assets/js/jquery-2.1.3.js"
139
+ "assets/js/bootstrap-3.3.4.js"
140
+ "assets/js/highlight.pack.js" %}
141
141
<script src="{{ asset_url }}"></script>
142
142
{% endjavascripts %}
143
143
#}
You can’t perform that action at this time.
0 commit comments