Skip to content

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

@jcfrane

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.

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