We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 873f4da commit c3a7290Copy full SHA for c3a7290
lib/capistrano/symfony/defaults.rb
@@ -27,7 +27,6 @@
27
# assets
28
set :assets_install_path, fetch(:web_path)
29
set :assets_install_flags, '--symlink'
30
-set :assetic_dump_flags, ''
31
32
#
33
# Capistrano defaults
lib/capistrano/tasks/symfony.rake
@@ -45,15 +45,6 @@ namespace :symfony do
45
end
46
47
48
- namespace :assetic do
49
- desc "Dump assets with Assetic"
50
- task :dump do
51
- on release_roles(:all) do
52
- symfony_console "assetic:dump", fetch(:assetic_dump_flags)
53
- end
54
55
56
-
57
desc "Create the cache directory"
58
task :create_cache_dir do
59
on release_roles :all do
0 commit comments