You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 4, 2021. It is now read-only.
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'
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.
The text was updated successfully, but these errors were encountered: