refactor(ENV): remove css compile-source files from watchlist

files like scss or less are compiled into css, should not be watched
This commit is contained in:
Asif Bacchus 2021-01-05 07:36:47 -07:00
parent 585560c119
commit 581a6ca260
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ ENV TZ=Etc/UTC
ENV NODE_ENV=production
ENV NPM_CONFIG_PREFIX=/home/node/.npm-global
ENV PATH=$PATH:/home/node/.npm-global/bin
ENV EXT="html,xml,css,scss,sass,less,js,jsx,ts,tsx,php,py"
ENV EXT="html,xml,css,js,jsx,ts,tsx,php,py"
ENV EXCLUDE=".git/,.svn/"
ENV DELAY=500