Browse Source

Remove redundant browsersync from website config

Already defined in .browsersync.js and used by hexo-browsersync?
Artur Paikin 9 years ago
parent
commit
fa4f7502f4
2 changed files with 2 additions and 4 deletions
  1. 0 2
      bin/build-umd-locale
  2. 2 2
      website/_config.yml

+ 0 - 2
bin/build-umd-locale

@@ -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 ]"

+ 2 - 2
website/_config.yml

@@ -135,8 +135,8 @@ postcss:
       browsers:
         - 'last 2 versions'
 
-browsersync:
-  files: 'public/examples/**/*.js'
+# browsersync:
+  # files: 'public/examples/**/*.js'
 
 skip_render:
   - '*.js'