Browse Source

Merge branch 'master' of https://github.com/chamilo/chamilo-lms

Alex Aragón 6 years ago
parent
commit
980150e86e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      webpack.config.js

+ 1 - 1
webpack.config.js

@@ -7,7 +7,7 @@ Encore
     // If chamilo is installed in localhost/chamilo2
     .setPublicPath('../')
     // If chamilo is installed in a domain my.chamilo.net
-    //.setPublicPath('/build')
+    //.setPublicPath('/public/build')
     .cleanupOutputBeforeBuild()
 
     .addEntry('app', './assets/js/app.js')