mirror of
https://git.mills.io/prologic/zs-starter-template.git
synced 2024-11-21 21:06:03 +03:00
6 lines
126 B
Bash
Executable File
6 lines
126 B
Bash
Executable File
#!/bin/sh
|
|
|
|
if [ -z "$ZS_PRODUCTION" ]; then
|
|
echo '<script type="application/javascript" src="/js/live.min.js"></script>'
|
|
fi
|