mirror of
https://github.com/VueTubeApp/VueTube
synced 2024-11-25 04:35:17 +00:00
removed some debugging leftovers
This commit is contained in:
parent
801071ed1c
commit
4a381e62d4
1 changed files with 0 additions and 2 deletions
|
@ -7,7 +7,6 @@ function hot {
|
|||
shift
|
||||
a='';
|
||||
while true; do
|
||||
echo "checking $1"
|
||||
b=`ls -lahR $* | grep -v 'node_modules'`
|
||||
# to avoid confusing myself with nested-if - it is a "short form" of doing a=$b; eval $script if $a != $b.
|
||||
[[ $a != $b ]] && a=$b && eval $script;
|
||||
|
@ -17,5 +16,4 @@ function hot {
|
|||
}
|
||||
|
||||
# NOTE: run from the root of the project
|
||||
# ./scripts/watcher.sh init NUXT
|
||||
hot ./scripts/build.sh NUXT
|
||||
|
|
Loading…
Reference in a new issue