Git Product home page Git Product logo

Comments (6)

JuliusKoronci avatar JuliusKoronci commented on September 3, 2024

I have the same issue

from adminthemebundle.

sylvaincombes avatar sylvaincombes commented on September 3, 2024

Same issue here too

from adminthemebundle.

lucasaba avatar lucasaba commented on September 3, 2024

I'm experiencing the same problem with the colorpicker plugin. In my case, saturation.png, hue.png and alpha.png are not correctly mapped.

A possible solution (in my app): add them in app/config/config.yml

A better solution in the bundle would be to update assets.yml:

common_js:
    inputs:
        - '@AvanzuAdminThemeBundle/Resources/public/vendor/jquery/dist/jquery.js'
        - '@AvanzuAdminThemeBundle/Resources/public/vendor/jquery-ui/ui/jquery-ui.js'
cp_saturation_img:
    inputs:
        - "%kernel.root_dir%/../vendor/avanzu/admin-theme-bundle/Resources/public/vendor/adminlte/plugins/colorpicker/img/saturation.png"
    output: 'bundles/avanzuadmintheme/static/dev/styles/img/saturation.png'
cp_hue_img:
    inputs:
        - "%kernel.root_dir%/../vendor/avanzu/admin-theme-bundle/Resources/public/vendor/adminlte/plugins/colorpicker/img/hue.png"
    output: 'bundles/avanzuadmintheme/static/dev/styles/img/hue.png'
cp_alpha_img:
    inputs:
        - "%kernel.root_dir%/../vendor/avanzu/admin-theme-bundle/Resources/public/vendor/adminlte/plugins/colorpicker/img/alpha.png"
    output: 'bundles/avanzuadmintheme/static/dev/styles/img/alpha.png'

I'm looking for a better solution....

from adminthemebundle.

yobrx avatar yobrx commented on September 3, 2024

I have same issue too.

from adminthemebundle.

yobrx avatar yobrx commented on September 3, 2024

UglifyCSS used to reduce the CSS not rewrite relative paths.

fmarcia/uglifycss#12

from adminthemebundle.

shakaran avatar shakaran commented on September 3, 2024

Closing this issue, since the assets were moved properly under /theme/plugins/iCheck/square/blue.png and I check that it is working properly in dev-master. Please reopen if you found still problems with master. Thanks

from adminthemebundle.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.