Skip to content
This repository has been archived by the owner on May 4, 2021. It is now read-only.

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

Open
jcfrane opened this issue Feb 13, 2017 · 0 comments

Comments

@jcfrane
Copy link

jcfrane commented Feb 13, 2017

Hi,

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

This is my config.yml:

`assetic:
assets:
inspinia_stylesheets:
inputs:
- '@KoalaUIBundle/Resources/public/inspinia/css/bootstrap.min.css'
- '@KoalaUIBundle/Resources/public/inspinia/css/animate.css'
- '@KoalaUIBundle/Resources/public/inspinia/css/style.css'
inspinia_javascripts:
inputs:
- '@KoalaUIBundle/Resources/public/inspinia/js/jquery-2.1.1.js'
- '@KoalaUIBundle/Resources/public/inspinia/js/bootstrap.min.js'
- '@KoalaUIBundle/Resources/public/inspinia/js/plugins/metisMenu/jquery.metisMenu.js'
- '@KoalaUIBundle/Resources/public/inspinia/js/plugins/slimscroll/jquery.slimscroll.min.js'
- '@KoalaUIBundle/Resources/public/inspinia/js/inspinia.js'
- '@KoalaUIBundle/Resources/public/inspinia/js/plugins/pace/pace.min.js'

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant