mirror of
https://github.com/iv-org/invidious.git
synced 2024-11-02 17:03:25 +05:30
Pass success msg from dep script during compile-time
This commit is contained in:
parent
4e629ca858
commit
4a0359c04e
@ -133,11 +133,10 @@ end
|
|||||||
|
|
||||||
{% puts "\nChecking player dependencies...\n" %}
|
{% puts "\nChecking player dependencies...\n" %}
|
||||||
{% if flag?(:minified_player_dependencies) %}
|
{% if flag?(:minified_player_dependencies) %}
|
||||||
{% run("../scripts/fetch-player-dependencies.cr", "--minified") %}
|
{% puts run("../scripts/fetch-player-dependencies.cr", "--minified").stringify %}
|
||||||
{% else %}
|
{% else %}
|
||||||
{% run("../scripts/fetch-player-dependencies.cr") %}
|
{% puts run("../scripts/fetch-player-dependencies.cr").stringify %}
|
||||||
{% end %}
|
{% end %}
|
||||||
{% puts "Done!\n" %}
|
|
||||||
|
|
||||||
# Start jobs
|
# Start jobs
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user