vsn4ik / bootstrap-submenu

Bootstrap sub-menus

Home Page:https://vsn4ik.github.io/bootstrap-submenu/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to compile bootstrap-submenu.less file when importing bootstrap-submenu with Composer

ninsuo opened this issue · comments

I tried to build bootstrap-submenu.less using Symfony2 assetics, but the file begins with:

@import "../node_modules/bootstrap/less/variables.less";

This file does not exist when using Composer (bootstrap isn't located there).

FYI, my assetic config is:

assetic:
    # ...
    assets:
       # ...
       bootstrap_submenu_css:
          inputs:
             - %kernel.root_dir%/../vendor/vsn4ik/bootstrap-submenu/less/bootstrap-submenu.less
          filters:
              - lessphp
              - cssrewrite
          output: css/bootstrap-submenu.css
       bootstrap_submenu_js:
          inputs:
             - %kernel.root_dir%/../vendor/vsn4ik/bootstrap-submenu/js/bootstrap-submenu.js
          output: js/bootstrap-submenu.js