FOSJsRoutingBundle icon indicating copy to clipboard operation
FOSJsRoutingBundle copied to clipboard

npm package

Open marovargovcik opened this issue 7 years ago • 2 comments

Hey,

It seems like this project is not published in npm registry. Would be really cool to have it.

What do you think?

Thanks.

marovargovcik avatar Dec 19 '18 12:12 marovargovcik

I would also think so. As a solution in the mean time I've gone with a webpack alias like this:

module.exports = (env, argv) => ({
    resolve: {
        alias: {
            'fos-jsrouting': path.resolve(
                rootPath,
                'vendor/friendsofsymfony/jsrouting-bundle/Resources/public/js'
            ),
        },
    },
});

danrot avatar Mar 01 '19 06:03 danrot

@tobias-93 i see you're the main maintainer right now - maybe this could be addressed? As linking js package from composer vendor file is not a great solution

Magiczne avatar Sep 02 '22 14:09 Magiczne

@marovargovcik you closed it cause the package was released? If so please link to it

Magiczne avatar Nov 16 '22 18:11 Magiczne