avanzu / AdminThemeBundle

Admin Theme based on the AdminLTE Template for easy integration into symfony
MIT License
280 stars 148 forks source link

Bower dependencies broken on build #171

Closed shakaran closed 7 years ago

shakaran commented 7 years ago

Using Symfony 3.3 and trying to build the assets, I get this:

php bin/console avanzu:admin:build-assets

uglifycss: unable to process "/myproject/web/bundles/avanzuadmintheme/vendor/adminlte/bootstrap/css/bootstrap.min.css"
        Error: ENOENT: no such file or directory, open '/myproject/web/bundles/avanzuadmintheme/vendor/adminlte/bootstrap/css/bootstrap.min.css'

uglifycss: unable to process "/myproject/web/bundles/avanzuadmintheme/vendor/adminlte/plugins/colorpicker/bootstrap-colorpicker.css"
        Error: ENOENT: no such file or directory, open '/myproject/web/bundles/avanzuadmintheme/vendor/adminlte/plugins/colorpicker/bootstrap-colorpicker.css'

uglifycss: unable to process "/myproject/web/bundles/avanzuadmintheme/vendor/adminlte/plugins/bootstrap-wysihtml5/bootstrap3-wysihtml5.min.css"
        Error: ENOENT: no such file or directory, open '/myproject/web/bundles/avanzuadmintheme/vendor/adminlte/plugins/bootstrap-wysihtml5/bootstrap3-wysihtml5.min.css'

uglifycss: unable to process "/myproject/web/bundles/avanzuadmintheme/vendor/adminlte/plugins/morris/morris.css"
        Error: ENOENT: no such file or directory, open '/myproject/web/bundles/avanzuadmintheme/vendor/adminlte/plugins/morris/morris.css'

uglifycss: unable to process "/myproject/web/bundles/avanzuadmintheme/vendor/fullcalendar/dist/fullcalendar.css"
        Error: ENOENT: no such file or directory, open '/myproject/web/bundles/avanzuadmintheme/vendor/fullcalendar/dist/fullcalendar.css'

uglifycss: unable to process "/myproject/web/bundles/avanzuadmintheme/vendor/adminlte/bootstrap/css/bootstrap.min.css"
        Error: ENOENT: no such file or directory, open '/myproject/web/bundles/avanzuadmintheme/vendor/adminlte/bootstrap/css/bootstrap.min.css'

The css names have changed or it doesn't copy properly

shakaran commented 7 years ago

This issue has been fixed in master branch. Closing my own issue!