|
@@ -65,7 +65,7 @@ app.use(hotMiddleware)
|
|
|
|
|
|
// serve pure static assets
|
|
// serve pure static assets
|
|
var staticPath = path.posix.join(config.dev.assetsPublicPath, config.dev.assetsSubDirectory)
|
|
var staticPath = path.posix.join(config.dev.assetsPublicPath, config.dev.assetsSubDirectory)
|
|
-app.use(staticPath, express.static('./mshop'))
|
|
|
|
|
|
+app.use(staticPath, express.static('./static'))
|
|
|
|
|
|
var uri = 'http://localhost:' + port
|
|
var uri = 'http://localhost:' + port
|
|
|
|
|