projects
/
discourse_docker.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
70686cf
)
Revert "Separate themes:update and assets:precompile tasks (#522)" (#523)
author
Penar Musaraj
<pmusaraj@gmail.com>
Thu, 4 Feb 2021 15:15:05 +0000
(10:15 -0500)
committer
GitHub
<noreply@github.com>
Thu, 4 Feb 2021 15:15:05 +0000
(10:15 -0500)
This reverts commit
70686cf6ee53432aa9f92880c368e52a589f7196
.
templates/web.template.yml
patch
|
blob
|
blame
|
history
diff --git
a/templates/web.template.yml
b/templates/web.template.yml
index ed32c6a80e2c429e1166da76c88c606634d26581..28fb22d00877400050c0705671965780e72ba0b4 100644
(file)
--- a/
templates/web.template.yml
+++ b/
templates/web.template.yml
@@
-169,8
+169,7
@@
run:
cd: $home
hook: assets_precompile
cmd:
- - su discourse -c 'bundle exec rake themes:update'
- - su discourse -c 'bundle exec rake assets:precompile'
+ - su discourse -c 'bundle exec rake themes:update assets:precompile'
- file:
path: /usr/local/bin/discourse