Skip to content

Commit

Permalink
small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxAlyokhin committed Nov 3, 2022
1 parent cbcee00 commit 7ddf374
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
node_modules
fly.toml
fly.toml
NOTES.md
2 changes: 0 additions & 2 deletions client/gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ import hash from 'gulp-hash' // Добавляет хэш
import browserSync from 'browser-sync' // Сервер
import htmlmin from 'gulp-htmlmin' // Минификация html
import rsync from 'gulp-rsync' // ssh-доступ на сервер
import { exec } from 'child_process' // Для деплоя - позволяет запустить bash для gulp-rsync
import deploySettings from './deploySettings.js' // Настройки деплоя

const { src, dest, watch, series, parallel } = gulp
const { reload } = browserSync
Expand Down
2 changes: 1 addition & 1 deletion client/src/js/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ export let settings = {
knee: 40,
ratio: 12,
attack: 0,
release: 0.25,
release: 0,
},
LFO: {
enabled: true,
Expand Down

0 comments on commit 7ddf374

Please sign in to comment.