Skip to content

".../vendor/twbs/bootstrap/less/bootstrap.less" does not exist" error when dumping for prod #460

Description

@jcfrane

Hi,

I followed the Getting started section of the documentation where i install less file using npm.

This is my config.yml:

assetic:
filters:
    less:
        node: /usr/local/bin/node
        node_paths: [/usr/local/lib/node_modules]
        apply_to: "\\.less$"
    cssrewrite: ~
braincrafted_bootstrap:
css_preprocessor: less

When i dump my assets in prod it tells me that twbs/bootstrap is missing... Why is assetic looking on that file? Thanks.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions