update gulp and gulpfile

This commit is contained in:
RainLoop Team 2019-06-29 17:16:09 +03:00
parent a1562e7145
commit b244462fa5
19 changed files with 1570 additions and 1044 deletions

View file

@ -1,6 +1,3 @@
/* global RL_COMMUNITY */
import window from 'window';
import _ from '_';
import $ from '$';

View file

@ -1,6 +1,3 @@
/* global RL_COMMUNITY */
import {addSettingsViewModel} from 'Knoin/Knoin';
import {runSettingsViewModelHooks} from 'Common/Plugins';

View file

@ -1,6 +1,3 @@
/* global RL_COMMUNITY */
import ko from 'ko';
import {i18n, trigger as translatorTrigger} from 'Common/Translator';

View file

@ -1,6 +1,4 @@
/* global RL_COMMUNITY */
import _ from '_';
import ko from 'ko';

View file

@ -1,6 +1,3 @@
/* global RL_COMMUNITY */
import _ from '_';
import ko from 'ko';

View file

@ -1,6 +1,4 @@
/* global RL_COMMUNITY */
import ko from 'ko';
import * as Settings from 'Storage/Settings';