Git Product home page Git Product logo

grails-font-awesome's People

Contributors

burtbeckwith avatar cdeszaq avatar davydotcom avatar donbeave avatar halfbaked avatar hassanalami avatar jorgeuriarte avatar sbglasius avatar sgates avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

grails-font-awesome's Issues

Error in css resource definition?

Hi,

the current version of this plugin seems to haven an error in this section of the FontAwesomePluginResources.groovy:

'font-awesome-css' {
    defaultBundle configDefaultBundle
    resource id: 'font-awesome-css',
            url: [plugin: 'font-awesome-resources',
                  dir   : 'css/font-awesome',
                  file  : cssFile],
            disposition: 'head',
            exclude: 'minify'
}

there is no 'font-awesome' directory so the file is not found. Even if the file would be in that directory all the relative path's used there would not work.

To make it work i had to re-define the 'font-awesome-css' resouce in my ApplicationResources like this:

'font-awesome-css' {
  resource id: 'font-awesome-css',
    url: [plugin: 'font-awesome-resources',
          dir   : 'css',
          file  : 'font-awesome.css'],
    disposition: 'head',
    exclude: 'minify'
}

Did i miss something here?

Installation instructions need to be updated for grails 3

The plugin appears to have accepted a pull request to update to grails 3, but the instructions in the README are still for grails 2 (BuildConfig.groovy & plugins section)

Has this plugin been deployed to bintray? I did a few searches but couldn't find it.

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.