mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-23 18:29:09 +00:00
Remove redundant browsersync from website config
Already defined in .browsersync.js and used by hexo-browsersync?
This commit is contained in:
parent
b005b30769
commit
fa4f7502f4
2 changed files with 2 additions and 4 deletions
|
|
@ -9,8 +9,6 @@ __dir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
|||
__file="${__dir}/$(basename "${BASH_SOURCE[0]}")"
|
||||
__base="$(basename ${__file} .sh)"
|
||||
|
||||
SRC="src/locale/ru_RU.js"
|
||||
OUT="ru_RU.js"
|
||||
OUTDIR="dist/locale"
|
||||
|
||||
FLAGS="-t [ babelify ]"
|
||||
|
|
|
|||
|
|
@ -135,8 +135,8 @@ postcss:
|
|||
browsers:
|
||||
- 'last 2 versions'
|
||||
|
||||
browsersync:
|
||||
files: 'public/examples/**/*.js'
|
||||
# browsersync:
|
||||
# files: 'public/examples/**/*.js'
|
||||
|
||||
skip_render:
|
||||
- '*.js'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue