Skip to content

Commit b64fdf8

Browse files
committed
Remove assetic
1 parent fcd53f7 commit b64fdf8

File tree

3 files changed

+0
-2
lines changed

3 files changed

+0
-2
lines changed

app/cache/.gitkeep

100644100755
File mode changed.

app/logs/.gitkeep

100644100755
File mode changed.

init_benchmark.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ function init() {
2121

2222
php app/console assets:install --symlink --env=prod
2323
[ "$?" != "0" ] && exit 1
24-
php app/console assetic:dump --env=prod
25-
[ "$?" != "0" ] && exit 1
2624

2725
clearCacheAndLogs
2826

0 commit comments

Comments
 (0)