Skip to content

Commit

Permalink
Merge pull request ezsystems#241 from joaoinacio/EZP-24313_apache_dev…
Browse files Browse the repository at this point in the history
…_assets

Fix EZP-24313: Assets for dev environment being served from disk in Apache
  • Loading branch information
João Inácio committed Apr 30, 2015
2 parents 9da1793 + f4b75f6 commit 8726f15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/apache2/vhost.template
Expand Up @@ -127,7 +127,7 @@

# Additional Assetic rules for environments different from dev,
# remember to run php ezpublish/console assetic:dump --env=prod
RewriteCond %{ENV:ENVIRONMENT} !("dev")
RewriteCond %{ENV:ENVIRONMENT} !^(dev)
RewriteRule ^/(css|js|font)/.*\.(css|js|otf|eot|ttf|svg|woff) - [L]

# Conditions for enabling webdav and soap interfaces from legacy
Expand Down

0 comments on commit 8726f15

Please sign in to comment.