Martin Bazik
Martin Bazik
``` Exception in thread "main" java.nio.file.InvalidPathException: Illegal char at index 2: /D:/www/gizmo/resources/templates/home/index.html at sun.nio.fs.WindowsPathParser.normalize(WindowsPathParser.java:182) at sun.nio.fs.WindowsPathParser.parse(WindowsPathParser.java:153) at sun.nio.fs.WindowsPathParser.parse(WindowsPathParser.java:77) at sun.nio.fs.WindowsPath.parse(WindowsPath.java:94) at sun.nio.fs.WindowsFileSystem.getPath(WindowsFileSystem.java:255) at net.cgrand.reload$eval1632$fn__1633.invoke(reload.clj:49) at clojure.lang.MultiFn.invoke(MultiFn.java:231) at net.cgrand.reload$auto_reload.invoke(reload.clj:10) at clojurewerkz.gizmo.core$register_snippet_reload.invoke(core.clj:36)...
ugh, apparently it matters in which file you write that. more symfony magic :(
aha, but if i creae a file config/config.yml and put ```yaml fos_js_routing: routes_to_expose: ['^handle_[\S]+'] ``` the route doesnt get exposed
what do i need to do for it to work properly? thanks in advance
thanks, now it works. creating a config file under packages helped. thanks for such quick reply.
what exactly needs to be done? i would really like to use encore with yarn pnp can do the work required
i added tapable and webpack as peer deps in this commit https://github.com/bazo/webpack-encore/commit/3e6c47b24d2a9627750c45a2dfcd3c5bd8368ae4 but when i install the package, encore still produces error about missing tapable so it seems this is...
@shmolf this is the whole output ```sh Running webpack ... [webpack-cli] Failed to load 'project/webpack.config.js' config [webpack-cli] Error: @symfony/webpack-encore tried to access tapable, but it isn't declared in its dependencies;...
why is this file needed after the client has been generated? makes no sense
connection no, but client yes like this ```php $client = new Client($config['uri'], $config['mongoOptions']); $dm = DocumentManager::create($client, $configuration, $evm); ``` it's actually this file https://github.com/bazo/nette-document-manager-extension/blob/master/src/Bazo/MongoDb/DI/DocumentManagerExtension.php#L134