Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Readarr/commit/a7001ab3227b3d4acb62efd0ad4b2d40ab31b663 You should set ROOT_URL correctly, otherwise the web may not work correctly.

updated to webpack 1.5.3

pull/6/head
Keivan Beigi 10 years ago
parent bc037e7319
commit a7001ab322

@ -27,7 +27,7 @@
"gulp-print": "1.1.0",
"gulp-replace": "0.5.0",
"gulp-run": "1.6.6",
"webpack": "1.4.15",
"webpack": "1.5.3",
"gulp-webpack": "1.2.0",
"gulp-wrap": "0.5.0",
"jshint-stylish": "1.0.0",

@ -1,7 +1,9 @@
var path = require('path');
module.exports = {
entry : 'main.js',
resolve : {
root : 'src/UI',
root : path.join(__dirname, "src", "ui"),
alias : {
'templates' : '/templates',
'backbone' : 'Shims/backbone',

Loading…
Cancel
Save