1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-07-16 03:26:19 +02:00

change build dir to app/

This commit is contained in:
Kushagra Gour
2017-11-19 23:47:02 +05:30
parent 2482435088
commit 90727ebd16
2 changed files with 30 additions and 26 deletions

View File

@ -101,7 +101,7 @@ globalConsoleContainerEl, externalLibrarySearchInput, keyboardShortcutsModal
};
const AUTO_SAVE_INTERVAL = 15000; // 15 seconds
const BASE_PATH = chrome.extension ? '/' : '/dist/';
const BASE_PATH = chrome.extension ? '/' : '/app/';
var updateTimer,
updateDelay = 500,