mirror of
https://github.com/chinchang/web-maker.git
synced 2025-07-23 23:11:12 +02:00
fix paths
This commit is contained in:
@@ -758,7 +758,7 @@ globalConsoleContainerEl
|
||||
};
|
||||
|
||||
const AUTO_SAVE_INTERVAL = 15000; // 15 seconds
|
||||
const BASE_PATH = chrome.extension ? '/' : '/app/';
|
||||
const BASE_PATH = chrome.extension ? '/' : '/app';
|
||||
|
||||
var updateTimer,
|
||||
updateDelay = 500,
|
||||
|
File diff suppressed because one or more lines are too long
@@ -32,6 +32,7 @@ gulp.task('generate-service-worker', ['useRef'], function(callback) {
|
||||
staticFileGlobs: [
|
||||
rootDir + '/**/*.{js,html,css,png,jpg,gif,svg,eot,ttf,woff}'
|
||||
],
|
||||
stripPrefix: `${rootDir}/`
|
||||
},
|
||||
callback
|
||||
);
|
||||
|
Reference in New Issue
Block a user