Explorar el Código

Remove extra browserify call

Artur Paikin hace 9 años
padre
commit
595dea1a8a
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      bin/build-umd-locale

+ 0 - 2
bin/build-umd-locale

@@ -21,5 +21,3 @@ for file in ./src/locale/*.js; do
   # echo "$file";
   node_modules/.bin/browserify $file $FLAGS > $OUTDIR/${file##*/};
 done
-
-node_modules/.bin/browserify $SRC $FLAGS > $OUTDIR/$OUT