mirror of
https://github.com/photoprism/photoprism.git
synced 2025-12-12 00:34:13 +01:00
Moved all server assets to subdirectory #55
This commit is contained in:
@@ -7,7 +7,7 @@ const webpack = require('webpack');
|
||||
const PATHS = {
|
||||
app: path.join(__dirname, 'src/app.js'),
|
||||
css: path.join(__dirname, 'css'),
|
||||
build: path.join(__dirname, '../assets/public/build'),
|
||||
build: path.join(__dirname, '../assets/server/public/build'),
|
||||
};
|
||||
|
||||
const cssPlugin = new ExtractTextPlugin({
|
||||
|
||||
Reference in New Issue
Block a user