Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix missing frontend dependencies for leaflet. #3128

Merged
merged 1 commit into from
Jun 15, 2017

Commits on Jun 14, 2017

  1. Fix missing frontend dependencies for leaflet.

    **Included to bower.json**
    
    * Leaflet opacity control plugin
    * Leaflet measure plugin
    * Leaflet navbar plugin
    
    **Modify gruntfile tasks**
    
    * Modify css url images regex pattern for replace task
    * Create another minified file for leaflet plugins
    * Refactor some js filename to match in what used in the template when
      DEBUG_STATIC is true
    * Add task replace for task production
    
    **Related changes**
    
    * Included images from library from grunt copy:development task
    * New minified js for assets.min.js and leaflet-plugins.min.js from
      production task
    * New minified css for assets.min.css and leaflet-plugins.min.css
    * Moved some pngs from lib/css folder to lib/img from the new replace task
    * Include Geonode Logo
    lucernae committed Jun 14, 2017
    Configuration menu
    Copy the full SHA
    473b7e7 View commit details
    Browse the repository at this point in the history